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 val1, T2 val2, Invokers.Params2.ICallback<T1, T2> invoker) static <T1,T2> void MainThread.invokeOnMainThread(T1 val1, T2 val2, Invokers.Params2.ICallback<T1, T2> invoker) -
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 val1, T2 val2, Invokers.Params2.ICallback<T1, T2> invoker) -
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> runFunction, T1 captureVal1, T2 captureVal2, Invokers.Params2.ICallback<T1, T2> lambdaFunc) static <T1,T2> Runnable Lambda.invoker(T1 val1, T2 val2, Invokers.Params2.ICallback<T1, T2> invoker) -
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 val1, T2 val2, Invokers.Params2.ICallback<T1, T2> consumer) <T1,T2> Runnable Stacks.GenericStack.invoker(T1 val1, T2 val2, Invokers.Params2.ICallback<T1, T2> invoker) -
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[] to, S[] from, int startIdx, int endIdx, Supplier<E> in_allocator, Invokers.Params2.ICallback<E, S> in_copier) static <E> E[]PZArrayUtil.clone(E[] src, Supplier<E> in_allocator, Invokers.Params2.ICallback<E, E> in_copier)