Class Predicates.Params3.CallbackStackItem<E,T1,T2,T3>
java.lang.Object
zombie.util.PooledObject
zombie.util.lambda.Predicates.Params3.CallbackStackItem<E,T1,T2,T3>
- All Implemented Interfaces:
Predicate<E>
,IPooledObject
- Enclosing class:
Predicates.Params3
public static final class Predicates.Params3.CallbackStackItem<E,T1,T2,T3>
extends PooledObject
implements Predicate<E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <E,
T1, T2, T3>
Predicates.Params3.CallbackStackItem<E, T1, T2, T3> alloc
(T1 object0, T2 object1, T3 object2, Predicates.Params3.ICallback<E, T1, T2, T3> 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.Params3.CallbackStackItem<E,T2, T3> T1, allocT2, T3> (T1 object0, T2 object1, T3 object2, Predicates.Params3.ICallback<E, T1, T2, T3> iCallback) -
onReleased
public void onReleased()- Specified by:
onReleased
in interfaceIPooledObject
-