| Class and Description |
|---|
| Either
Represents a value of one of two possible types (a disjoint union.) Instances of Either are either an instance of Left or Right.
|
| Either.LeftProjection
Projects an Either into a Left.
|
| Either.RightProjection
Projects an Either into a Right.
|
| ExtendedStream
Wrapper around an
Stream that provides some missed functions like
ExtendedStream.foldRight(java.util.function.BiFunction, Object), ExtendedStream.toList() and ExtendedStream.toSet() |
| Failure |
| Pair
Represents two values of two possible types together (a union of 2.)
|
| StreamableOptional
Wrapper around an usual
Optional that provides the very missed StreamableOptional.stream() method useful for
flatMapping a Stream of Optional (i.e. |
| ThrowingBiFunction |
| ThrowingConsumer |
| ThrowingFunction |
| ThrowingSupplier |
| Try
Try is a right-biased datatype for wrapping function calls that might fail with an Exception.
|
Copyright © 2014–2016. All rights reserved.