| Interface | Description |
|---|---|
| FoldableTransformerSeq<T> | |
| TransformerSeq<T> | |
| TransformerValue<T> | |
| ValueTransformerSeq<T> |
| Class | Description |
|---|---|
| CompletableFutureTValue<A> |
Monad Transformer for Java CompletableFutures
CompletableFutureT consists of an AnyM instance that in turns wraps anoter Monad type that contains an CompletableFuture
CompletableFutureT
|
| EvalTValue<T> |
Monad transformer for JDK Maybe
MaybeT consists of an AnyM instance that in turns wraps anoter Monad type
that contains an Maybe
MaybeT
|
| FutureWTValue<A> |
Monad Transformer for Java CompletableFutures
CompletableFutureT consists of an AnyM instance that in turns wraps anoter Monad type that contains an CompletableFuture
CompletableFutureT
|
| ListTValue<T> |
Monad Transformer for Java Lists
ListT consists of an AnyM instance that in turns wraps anoter Monad type that contains an List
ListT
|
| MaybeTValue<T> |
Monad transformer for JDK Maybe
MaybeT consists of an AnyM instance that in turns wraps anoter Monad type
that contains an Maybe
MaybeT
|
| OptionalTValue<T> |
Monad transformer for JDK Optional
OptionalT consists of an AnyM instance that in turns wraps anoter Monad type that contains an Optional
OptionalT
|
| ReaderTValue<T,R> |
Monad transformer for Reader
|
| SetTValue<T> |
Monad Transformer for Java Sets
SetT consists of an AnyM instance that in turns wraps anoter Monad type that contains an Set
SetT
|
| StreamableTValue<T> |
Monad Transformer for Cyclops Streamables
StreamableT consists of an AnyM instance that in turns wraps anoter Monad type that contains an Streamable
StreamableT
|
| StreamTValue<T> |
Monad Transformer for Cyclops Streams
StreamT consists of an AnyM instance that in turns wraps anoter Monad type that contains an Stream
StreamT
|
| TryTValue<T,X extends java.lang.Throwable> |
Monad transformer for JDK Try
TryT consists of an AnyM instance that in turns wraps another Monad type that contains an Try
TryT
|
| XorTValue<ST,T> |
Monad transformer for JDK Xor
XorT consists of an AnyM instance that in turns wraps anoter Monad type
that contains an Xor
XorT
|