Static methods

staticandThen<R0>(this:A ‑> Either<L, R>, f:EitherK<R, L, R0>):EitherK<A, L, R0>

staticap<R0>(this:A ‑> Either<L, R>, e:EitherK<A, L, R ‑> R0>):EitherK<A, L, R0>

staticapply(this:A ‑> Either<L, R>, a:A):Either<L, R>

staticcompose<A0>(this:A ‑> Either<L, R>, f:EitherK<A0, L, A>):EitherK<A0, L, R>

staticflatMap<R0>(this:A ‑> Either<L, R>, f:R ‑> EitherK<A, L, R0>):EitherK<A, L, R0>

staticmap<R0>(this:A ‑> Either<L, R>, f:R ‑> R0):EitherK<A, L, R0>

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

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