Class RLLimitedPredicate<T>

java.lang.Object
org.nustaq.reallive.api.RLLimitedPredicate<T>
All Implemented Interfaces:
java.io.Serializable, java.util.function.Predicate<T>, RLPredicate<T>

public class RLLimitedPredicate<T>
extends java.lang.Object
implements RLPredicate<T>
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    RLLimitedPredicate​(int limit, RLPredicate query)  
  • Method Summary

    Modifier and Type Method Description
    void _setLimit​(int limit)  
    int getRecordLimit()  
    boolean test​(T o)  

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.nustaq.reallive.api.RLPredicate

    and, negate, or