Class Invokers.Params0.Boolean.CallbackStackItem
java.lang.Object
zombie.util.PooledObject
zombie.util.lambda.Invokers.Params0.Boolean.CallbackStackItem
- All Implemented Interfaces:
Runnable
,BooleanSupplier
,IPooledObject
- Enclosing class:
Invokers.Params0.Boolean
public static final class Invokers.Params0.Boolean.CallbackStackItem
extends PooledObject
implements Runnable, BooleanSupplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalloc
(Invokers.Params0.Boolean.ICallback iCallback) boolean
void
void
run()
Methods inherited from class zombie.util.PooledObject
getPoolReference, isFree, release, setFree, setPool
-
Constructor Details
-
CallbackStackItem
public CallbackStackItem()
-
-
Method Details
-
run
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBoolean
in interfaceBooleanSupplier
-
alloc
public static Invokers.Params0.Boolean.CallbackStackItem alloc(Invokers.Params0.Boolean.ICallback iCallback) -
onReleased
public void onReleased()- Specified by:
onReleased
in interfaceIPooledObject
-