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 val1, T2 val2, T3 val3, Consumers.Params3.ICallback<E, T1, T2, T3> consumer) static <E,F, T1, T2, T3>
voidLambda.forEachFrom(BiConsumer<F, Consumer<E>> forEachFunction, F from, T1 captureVal1, T2 captureVal2, T3 captureVal3, Consumers.Params3.ICallback<E, T1, T2, T3> lambdaFunc) -
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 val1, T2 val2, T3 val3, Consumers.Params3.ICallback<E, T1, T2, T3> consumer) <E,T1, T2, T3>
Consumer<E> Stacks.GenericStack.consumer(T1 val1, T2 val2, T3 val3, Consumers.Params3.ICallback<E, T1, T2, T3> consumer)