Uses of Class
org.scijava.ops.engine.struct.FunctionalMethodType
-
Packages that use FunctionalMethodType Package Description org.scijava.ops.engine.struct -
-
Uses of FunctionalMethodType in org.scijava.ops.engine.struct
Methods in org.scijava.ops.engine.struct that return types with arguments of type FunctionalMethodType Modifier and Type Method Description static List<FunctionalMethodType>FunctionalParameters. findFunctionalMethodTypes(Type functionalType)Returns a list ofFunctionalMethodTypes describing the input and output types of the functional method of the specified functional type.List<FunctionalMethodType>RetypingRequest. newFmts()Methods in org.scijava.ops.engine.struct with parameters of type FunctionalMethodType Modifier and Type Method Description static <M> ConvertedParameterMember<M>ConvertedParameterMember. from(Member<M> original, FunctionalMethodType newType)Method parameters in org.scijava.ops.engine.struct with type arguments of type FunctionalMethodType Modifier and Type Method Description List<Member<?>>OpResizingMemberParser. parse(Struct s, List<FunctionalMethodType> newFmts, Type structType)List<Member<?>>OpRetypingMemberParser. parse(Struct s, List<FunctionalMethodType> newFmts, Type structType)List<SynthesizedParameterMember<?>>ParameterData. synthesizeMembers(List<FunctionalMethodType> fmts)List<SynthesizedParameterMember<?>>SynthesizedFieldParameterData. synthesizeMembers(List<FunctionalMethodType> fmts)List<SynthesizedParameterMember<?>>SynthesizedMethodParameterData. synthesizeMembers(List<FunctionalMethodType> fmts)Constructors in org.scijava.ops.engine.struct with parameters of type FunctionalMethodType Constructor Description ConvertedParameterMember(Member<T> original, FunctionalMethodType newType)SynthesizedParameterMember(FunctionalMethodType fmt, String name, boolean isRequired, String description)Constructor parameters in org.scijava.ops.engine.struct with type arguments of type FunctionalMethodType Constructor Description RetypingRequest(Struct originalStruct, List<FunctionalMethodType> newFmts)
-