FunctionalInterfaces from the JDK not in
java.util.functionSee: Description
| Interface | Description |
|---|---|
| SerializableCallable<V> |
Serializable version of
Callable. |
| SerializableComparator<T> |
Serializable version of
Comparator. |
| SerializableRunnable |
Serializable version of
Runnable. |
| Class | Description |
|---|---|
| SerializableComparatorWrapperClass<T> |
Wrapper for a non-serializable subclass of
Comparator, such as Collator. |
FunctionalInterfaces from the JDK not in
java.util.functionFunctionalInterfaceCopyright © 2019. All rights reserved.