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> voidIndieGL.bindShader(Shader shader, T1 val1, Invokers.Params1.ICallback<T1> invoker) static <T1> voidMainThread.invokeOnMainThread(T1 val1, Invokers.Params1.ICallback<T1> invoker) -
Uses of Invokers.Params1.ICallback in zombie.characters
Methods in zombie.characters with parameters of type Invokers.Params1.ICallbackModifier and TypeMethodDescriptionstatic ContextualActionContextualAction.alloc(ContextualAction.Action in_action, Invokers.Params1.ICallback<ContextualAction> in_populator) -
Uses of Invokers.Params1.ICallback in zombie.core.opengl
Methods in zombie.core.opengl with parameters of type Invokers.Params1.ICallbackModifier and TypeMethodDescriptionstatic <T1> voidRenderThread.invokeOnRenderContext(T1 val1, Invokers.Params1.ICallback<T1> invoker) -
Uses of Invokers.Params1.ICallback in zombie.util
Methods in zombie.util with parameters of type Invokers.Params1.ICallbackModifier and TypeMethodDescription<T> TAutoCloseablePool.alloc(Supplier<T> in_alloc, Invokers.Params1.ICallback<T> in_release) static <T1> voidLambda.invoke(Consumer<Runnable> runFunction, T1 captureVal1, Invokers.Params1.ICallback<T1> lambdaFunc) static <T1> RunnableLambda.invoker(T1 val1, Invokers.Params1.ICallback<T1> invoker) -
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 val1, Invokers.Params1.ICallback<T1> consumer) <T1> RunnableStacks.GenericStack.invoker(T1 val1, Invokers.Params1.ICallback<T1> invoker)