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