Uses of Interface
org.jinq.orm.stream.JinqStream.Where
-
Packages that use JinqStream.Where Package Description org.jinq.orm.stream -
-
Uses of JinqStream.Where in org.jinq.orm.stream
Methods in org.jinq.orm.stream with parameters of type JinqStream.Where Modifier and Type Method Description <E extends java.lang.Exception>
JinqStream<T>JinqStream. where(JinqStream.Where<T,E> test)Filters the elements of the stream.<E extends java.lang.Exception>
JinqStream<T>NonQueryJinqStream. where(JinqStream.Where<T,E> test)<E extends java.lang.Exception>
JinqStream<T>QueryJinqStream. where(JinqStream.Where<T,E> test)
-