Class Predicates.Params3.CallbackStackItem

java.lang.Object
zombie.util.PooledObject
zombie.util.lambda.Predicates.Params3.CallbackStackItem
All Implemented Interfaces:
java.util.function.Predicate, IPooledObject
Enclosing class:
Predicates.Params3

public static final class Predicates.Params3.CallbackStackItem
extends PooledObject
implements java.util.function.Predicate
  • Constructor Summary

    Constructors
    Constructor Description
    CallbackStackItem()  
  • Method Summary

    Modifier and Type Method Description
    static Predicates.Params3.CallbackStackItem alloc​(java.lang.Object object, java.lang.Object object2, java.lang.Object object3, Predicates.Params3.ICallback iCallback)  
    void onReleased()  
    boolean test​(java.lang.Object object)  

    Methods inherited from class zombie.util.PooledObject

    getPool, isFree, release, setFree, setPool

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Predicate

    and, negate, or
  • Constructor Details

    • CallbackStackItem

      public CallbackStackItem()
  • Method Details