Uses of Interface
zombie.util.lambda.Invokers.Params1.ICallback
Packages that use Invokers.Params1.ICallback
-
Uses of Invokers.Params1.ICallback in zombie
Methods in zombie with parameters of type Invokers.Params1.ICallbackModifier and TypeMethodDescriptionstatic <T1> void
IndieGL.bindShader
(Shader shader, T1 object, Invokers.Params1.ICallback<T1> iCallback) -
Uses of Invokers.Params1.ICallback in zombie.core.opengl
Methods in zombie.core.opengl with parameters of type Invokers.Params1.ICallbackModifier and TypeMethodDescriptionstatic <T1> void
RenderThread.invokeOnRenderContext
(T1 object, Invokers.Params1.ICallback<T1> iCallback) -
Uses of Invokers.Params1.ICallback in zombie.util
Methods in zombie.util with parameters of type Invokers.Params1.ICallbackModifier and TypeMethodDescriptionstatic <T1> void
Lambda.invoke
(Consumer<Runnable> consumer, T1 object, Invokers.Params1.ICallback<T1> iCallback) static <T1> Runnable
Lambda.invoker
(T1 object, Invokers.Params1.ICallback<T1> iCallback) -
Uses of Invokers.Params1.ICallback in zombie.util.lambda
Methods in zombie.util.lambda with parameters of type Invokers.Params1.ICallbackModifier and TypeMethodDescriptionstatic <T1> Invokers.Params1.CallbackStackItem
<T1> Invokers.Params1.CallbackStackItem.alloc
(T1 object, Invokers.Params1.ICallback<T1> iCallback) <T1> Runnable
Stacks.GenericStack.invoker
(T1 object, Invokers.Params1.ICallback<T1> iCallback)