Uses of Interface
zombie.util.lambda.Predicates.Params3.ICallback
Packages that use Predicates.Params3.ICallback
-
Uses of Predicates.Params3.ICallback in zombie.util
Methods in zombie.util with parameters of type Predicates.Params3.ICallbackModifier and TypeMethodDescriptionstatic <E,T1, T2, T3>
Predicate<E> Lambda.predicate(T1 val1, T2 val2, T3 val3, Predicates.Params3.ICallback<E, T1, T2, T3> predicate) -
Uses of Predicates.Params3.ICallback in zombie.util.lambda
Methods in zombie.util.lambda with parameters of type Predicates.Params3.ICallbackModifier and TypeMethodDescriptionstatic <E,T1, T2, T3>
Predicates.Params3.CallbackStackItem<E, T1, T2, T3> Predicates.Params3.CallbackStackItem.alloc(T1 val1, T2 val2, T3 val3, Predicates.Params3.ICallback<E, T1, T2, T3> predicate) <E,T1, T2, T3>
Predicate<E> Stacks.GenericStack.predicate(T1 val1, T2 val2, T3 val3, Predicates.Params3.ICallback<E, T1, T2, T3> predicate)