| Interface | Description |
|---|---|
| QuadConsumer<A,B,C,D> |
Represents an operation that accepts four input arguments and returns no result.
|
| QuadFunction<A,B,C,D,R> |
Represents a function that accepts four arguments and produces a result.
|
| QuadPredicate<A,B,C,D> |
Represents a predicate (boolean-valued function) of four arguments.
|
| SearchFunctions |
SearchFunctions interface used to provide search index functionality
|
| TriConsumer<A,B,C> |
Represents an operation that accepts three input arguments and returns no result.
|
| TriFunction<A,B,C,R> |
Represents a function that accepts three arguments and produces a result.
|
| Class | Description |
|---|---|
| ElasticsearchFunctions |
This class contains functions that can be used to work with an Elasticsearch index.
|
Copyright © 2017. All rights reserved.