Search
CommonUtils.filter Method
See Also
 






 Overload List

Name Description

CommonUtils.filter(T, D) (Iterable(T), Class(D))

Creates Iterable that iterates only over the subset of the given Iterable that consist of elements of desired type.

CommonUtils.filter(T, D) (Iterator(T), Class(D))

Creates Iterator that iterates only over the subset of the given Iterator that consist of elements of desired type.

 See Also