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