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