Uses of Interface
org.ros.internal.node.response.ResultFactory
Packages that use ResultFactory
Package
Description
Provides internal classes for representing RPC results.
-
Uses of ResultFactory in org.ros.internal.node.response
Classes in org.ros.internal.node.response that implement ResultFactoryModifier and TypeClassDescriptionclassclassclassclassclassclassclassAResultFactoryto take an object and turn it into aSystemStateinstance.classAResultFactoryto take an object and turn it into a list ofTopicDeclarationinstances.classAResultFactoryto take an object and turn it into a list ofTopicTypeinstances.classAResultFactoryto take an object and turn it into a list of URLIs.classclassMethods in org.ros.internal.node.response with parameters of type ResultFactoryModifier and TypeMethodDescriptionstatic <T> Response<T>Response.fromListChecked(List<Object> response, ResultFactory<T> resultFactory) static <T> Response<T>Response.fromListCheckedFailure(List<Object> response, ResultFactory<T> resultFactory)