public class And<E extends TitanElement> extends MultiCondition<E>
Condition.TypemodCount| Constructor and Description |
|---|
And() |
And(Condition<E>... elements) |
And(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
And<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> And<E> of(Condition<E>... elements)
Copyright © 2012–2015. All rights reserved.