public interface QueryFunctionCollection extends List<QueryFunction>
| Modifier and Type | Method and Description |
|---|---|
QueryFunction |
add(QueryFunctionOutput functionOutput)
Adds the specified function output, automatically creating a
QueryFunction instance. |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamQueryFunction add(QueryFunctionOutput functionOutput)
QueryFunction instance.functionOutput - The distribution to query.QueryFunction instance.Copyright © 2021. All rights reserved.