Search
Queryable(T).where Method
See Also
 






Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public Queryable<T> where (
    Predicate<T> predicate
)

 Parameters

predicate

 Return Value

 See Also