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 val1, Predicates.Params1.ICallback<E, T1> predicate) voidbooleanMethods inherited from class 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 val1, Predicates.Params1.ICallback<E, T1> predicate) -
onReleased
public void onReleased()- Specified by:
onReleasedin interfaceIPooledObject
-