Methods

andThen<R0> (f:EitherK<R, L, R0>):EitherK<A, L, R0>

ap<R0> (e:EitherK<A, L, R ‑> R0>):EitherK<A, L, R0>

apply (a:A):Either<L, R>

compose<A0> (f:EitherK<A0, L, A>):EitherK<A0, L, R>

flatMap<R0> (f:R ‑> EitherK<A, L, R0>):EitherK<A, L, R0>

map<R0> (f:R ‑> R0):EitherK<A, L, R0>

Static methods

staticmonoid<L, R> ():Monoid<EitherK<R, L, R>>

staticpure<A, L, R> (r:R):EitherK<A, L, R>