Class | Description |
---|---|
CompletableFutureTSeq<A> |
Monad Transformer for Java CompletableFutures nested within Sequential or non-scalar data types (e.g.
|
EvalTSeq<T> |
Monad Transformer for Evals nested within Sequential or non-scalar data types (e.g.
|
FutureWTSeq<A> |
Monad Transformer for FutureW's nested within Sequential or non-scalar data types (e.g.
|
ListTSeq<T> |
Monad Transformer for Java Lists nested within Sequential or non-scalar data types (e.g.
|
MaybeTSeq<T> |
Monad transformer for Maybe nested within Sequential or non-scalar data types (e.g.
|
OptionalTSeq<T> |
Monad transformer for JDK Optional nested within Sequential or non-scalar data types (e.g.
|
ReaderTSeq<T,R> |
Monad transformer for Reader nested within Sequential or non-scalar data types (e.g.
|
SetTSeq<T> |
'Monad' Transformer for Java Sets (will break laws as map will lose duplicates)
nested within Sequential or non-scalar data types (e.g.
|
StreamableTSeq<T> |
Monad Transformer for Streamables nested within Sequential or non-scalar data types (e.g.
|
StreamTSeq<T> |
Monad Transformer for Streams nested within Sequential or non-scalar data types (e.g.
|
TryTSeq<T,X extends java.lang.Throwable> |
Monad transformer for Try nested within Sequential or non-scalar data types (e.g.
|
XorTSeq<ST,T> |
Monad transformer for Xor nested within Sequential or non-scalar data types (e.g.
|