arrow-core-data / arrow.core.computations

Package arrow.core.computations

Types

either object either
EitherEffect interface EitherEffect<E, A> : Effect<Either<E, A>>
eval object eval
EvalEffect interface EvalEffect<A> : Effect<Eval<A>>
nullable object nullable
NullableEffect interface NullableEffect<A> : Effect<A?>
option object option
OptionEffect interface OptionEffect<A> : Effect<Option<A>>
RestrictedEitherEffect interface RestrictedEitherEffect<E, A> : EitherEffect<E, A>
RestrictedEvalEffect interface RestrictedEvalEffect<A> : EvalEffect<A>
RestrictedNullableEffect interface RestrictedNullableEffect<A> : NullableEffect<A>
RestrictedOptionEffect interface RestrictedOptionEffect<A> : OptionEffect<A>
RestrictedValidatedEffect interface RestrictedValidatedEffect<E, A> : ValidatedEffect<E, A>
validated object ~~validated~~
ValidatedEffect interface ValidatedEffect<E, A> : Effect<Validated<E, A>>

Functions

<no name provided> fun <no name provided>(): Unit

Do you like Arrow?

Arrow Org
<