Uses of Class
org.smallmind.phalanx.wire.Function
-
Packages that use Function Package Description org.smallmind.phalanx.wire -
-
Uses of Function in org.smallmind.phalanx.wire
Methods in org.smallmind.phalanx.wire that return Function Modifier and Type Method Description FunctionRoute. getFunction()FunctionMethodInvoker. match(Function partialFunction)Methods in org.smallmind.phalanx.wire with parameters of type Function Modifier and Type Method Description MethodologyMethodInvoker. getMethodology(Function function)FunctionMethodInvoker. match(Function partialFunction)ObjectMethodInvoker. remoteInvocation(WireContext[] contexts, Function function, Object... arguments)voidRoute. setFunction(Function function)Constructors in org.smallmind.phalanx.wire with parameters of type Function Constructor Description Route(int version, String service, Function function)
-