Uses of Interface
zombie.util.lambda.Invokers.Params2.ICallback
Packages that use Invokers.Params2.ICallback
-
Uses of Invokers.Params2.ICallback in zombie
Methods in zombie with parameters of type Invokers.Params2.ICallbackModifier and TypeMethodDescriptionstatic <T1,
T2> void IndieGL.bindShader
(Shader shader, T1 object0, T2 object1, Invokers.Params2.ICallback<T1, T2> iCallback) -
Uses of Invokers.Params2.ICallback in zombie.core.opengl
Methods in zombie.core.opengl with parameters of type Invokers.Params2.ICallbackModifier and TypeMethodDescriptionstatic <T1,
T2> void RenderThread.invokeOnRenderContext
(T1 object0, T2 object1, Invokers.Params2.ICallback<T1, T2> iCallback) -
Uses of Invokers.Params2.ICallback in zombie.util
Methods in zombie.util with parameters of type Invokers.Params2.ICallbackModifier and TypeMethodDescriptionstatic <T1,
T2> void Lambda.invoke
(Consumer<Runnable> consumer, T1 object0, T2 object1, Invokers.Params2.ICallback<T1, T2> iCallback) static <T1,
T2> Runnable Lambda.invoker
(T1 object0, T2 object1, Invokers.Params2.ICallback<T1, T2> iCallback) -
Uses of Invokers.Params2.ICallback in zombie.util.lambda
Methods in zombie.util.lambda with parameters of type Invokers.Params2.ICallbackModifier and TypeMethodDescriptionstatic <T1,
T2> Invokers.Params2.CallbackStackItem <T1, T2> Invokers.Params2.CallbackStackItem.alloc
(T1 object0, T2 object1, Invokers.Params2.ICallback<T1, T2> iCallback) <T1,
T2> Runnable Stacks.GenericStack.invoker
(T1 object0, T2 object1, Invokers.Params2.ICallback<T1, T2> iCallback) -
Uses of Invokers.Params2.ICallback in zombie.util.list
Methods in zombie.util.list with parameters of type Invokers.Params2.ICallbackModifier and TypeMethodDescriptionstatic <E,
S extends E>
E[]PZArrayUtil.arrayCopy
(E[] object0, S[] object1, int int1, int int2, Supplier<E> supplier, Invokers.Params2.ICallback<E, S> iCallback) static <E> E[]
PZArrayUtil.clone
(E[] object0, Supplier<E> supplier, Invokers.Params2.ICallback<E, E> iCallback)