Class Query<T,​QB extends SelfTyped<QB>,​QR extends QueryResults<T,​QR>>

    • Constructor Detail

      • Query

        public Query()
    • Method Detail

      • getDefaultProvider

        public abstract Supplier<List<T>> getDefaultProvider()
      • results

        public final QR results()
      • test

        public boolean test​(T t)
        Specified by:
        test in interface Predicate<T>