Uses of Interface
zombie.util.lambda.Consumers.Params3.ICallback
Packages that use Consumers.Params3.ICallback
-
Uses of Consumers.Params3.ICallback in zombie.util
Methods in zombie.util with parameters of type Consumers.Params3.ICallbackModifier and TypeMethodDescriptionstatic <E,
T1, T2, T3>
Consumer<E> Lambda.consumer
(T1 object0, T2 object1, T3 object2, Consumers.Params3.ICallback<E, T1, T2, T3> iCallback) -
Uses of Consumers.Params3.ICallback in zombie.util.lambda
Methods in zombie.util.lambda with parameters of type Consumers.Params3.ICallbackModifier and TypeMethodDescriptionstatic <E,
T1, T2, T3>
Consumers.Params3.CallbackStackItem<E, T1, T2, T3> Consumers.Params3.CallbackStackItem.alloc
(T1 object0, T2 object1, T3 object2, Consumers.Params3.ICallback<E, T1, T2, T3> iCallback)