public class Or<E extends JanusGraphElement> 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 JanusGraphElement> |
of(Condition<E>... elements) |
add, equals, getChildren, hasChildren, hashCode, numChildren, toString, toStringadd, addAll, addAll, clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAllparallelStream, streampublic Or<E> clone()
clone in class ArrayList<Condition<E extends JanusGraphElement>>public Condition.Type getType()
public boolean evaluate(E element)
public static <E extends JanusGraphElement> Or<E> of(Condition<E>... elements)
Copyright © 2012–2023. All rights reserved.