public class Filter extends Object
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Iterable<T> |
filter(Iterable<T> self,
Condition condition) |
static <T> T |
first(Iterable<T> self,
Condition condition) |
Copyright © 2015. All rights reserved.