Interface JinqStream.WhereWithSource<U,​E extends java.lang.Exception>

  • All Superinterfaces:
    java.io.Serializable
    Enclosing interface:
    JinqStream<T>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface JinqStream.WhereWithSource<U,​E extends java.lang.Exception>
    extends java.io.Serializable
    • Method Detail

      • where

        boolean where​(U obj,
                      InQueryStreamSource source)
               throws E extends java.lang.Exception
        Throws:
        E extends java.lang.Exception