T
- Type of itemspublic interface Condition<T>
Select
behave when filtering an iterable.Modifier and Type | Interface and Description |
---|---|
static class |
Condition.Not<T>
Negating condition of any condition.
|
static class |
Condition.Range<T>
Condition that will fit elements in given range.
|
static class |
Condition.Regexp
Regexp condition that check items with given pattern.
|
static class |
Condition.True<T>
Condition that always evaluate to true.
|
Modifier and Type | Method and Description |
---|---|
boolean |
fits(T element)
Determine if an element should be added.
|
boolean fits(T element)
element
- The element in the iterables to examine.Copyright © 2015–2018 Take. All rights reserved.