public class Filters extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Filter<T> |
allFalse()
Always-false filter.
|
static <T> Filter<T> |
allTrue()
Always-true filter.
|
Copyright © 2014–2016 Tomas Teubner. All rights reserved.