public class Or<E extends TitanElement> extends MultiCondition<E>
Condition.TypemodCount| Constructor and Description |
|---|
Or() |
Or(Condition<E>... elements) |
Or(int size) |
| Modifier and Type | Method and Description |
|---|---|
Or<E> |
clone() |
boolean |
evaluate(E element) |
Condition.Type |
getType() |
static <E extends TitanElement> |
of(Condition<E>... elements) |
add, equals, get, getChildren, hasChildren, hashCode, numChildren, size, toString, toStringadd, addAll, addAll, clear, contains, ensureCapacity, forEach, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray, trimToSizecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAllparallelStream, streampublic Condition.Type getType()
public boolean evaluate(E element)
public static <E extends TitanElement> Or<E> of(Condition<E>... elements)
Copyright © 2012–2015. All rights reserved.