Interface | Description |
---|---|
BiFunction<T,U,R> |
Same as
function.BiFunction , but defined here to work in versions older than java 8. |
Function<T,R> |
Same as
function.Function , but defined here to work in versions older than java 8. |
Pair<K,V> |
Immutable pair of a key and a value
|
Resource |
A Resource is an
AutoCloseable that allows introspecting if it
already has been closed through its Resource.isOpen() method. |
Class | Description |
---|---|
Functions |
Generic function utilities.
|
Annotation Type | Description |
---|---|
Experimental |
Annotated elements are experimental and may change without deprecation across driver releases.
|
Immutable |
Indicates that instances of the annotated class or of its subclasses are immutable, i.e.
|
Copyright © 2017. All rights reserved.