public abstract static class ListWrapper.Condition<T>
extends java.lang.Object
Constructor and Description |
---|
Condition() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
evaluate(T element)
評価する。
|
ListWrapper.Condition<T> |
reverse()
評価を反転させる。
|
public abstract boolean evaluate(T element)
element
- リスト内の1要素public ListWrapper.Condition<T> reverse()