Uses of Class
org.smallmind.phalanx.wire.signal.Function
-
Packages that use Function Package Description org.smallmind.phalanx.wire.signal org.smallmind.phalanx.wire.transport -
-
Uses of Function in org.smallmind.phalanx.wire.signal
Methods in org.smallmind.phalanx.wire.signal that return Function Modifier and Type Method Description FunctionRoute. getFunction()Methods in org.smallmind.phalanx.wire.signal with parameters of type Function Modifier and Type Method Description voidRoute. setFunction(Function function)Constructors in org.smallmind.phalanx.wire.signal with parameters of type Function Constructor Description Route(int version, String service, Function function) -
Uses of Function in org.smallmind.phalanx.wire.transport
Methods in org.smallmind.phalanx.wire.transport that return Function Modifier and Type Method Description FunctionMethodInvoker. match(Function partialFunction)Methods in org.smallmind.phalanx.wire.transport 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)
-