public class And<E extends JanusGraphElement> 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 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 And<E> clone()
clone in class ArrayList<Condition<E extends JanusGraphElement>>public Condition.Type getType()
public boolean evaluate(E element)
public static <E extends JanusGraphElement> And<E> of(Condition<E>... elements)
Copyright © 2012–2023. All rights reserved.