IzEither

izumi.functional.IzEither
See theIzEither companion trait
object IzEither extends IzEither

Attributes

Companion
trait
Graph
Supertypes
trait IzEither
class Object
trait Matchable
class Any
Self type
IzEither.type

Members list

Type members

Classlikes

final class EitherBiAggregate[L, R, ColL[_], ColR <: (IterableOnce)](col: ColR[Either[ColL[L], R]]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class EitherBiFlatAggregate[L, R, ColR <: (IterableOnce), ColIn <: (IterableOnce), ColL[_]](col: ColR[Either[ColL[L], ColIn[R]]]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class EitherBiFlatMapAggregate[ColR <: (IterableOnce), T](col: ColR[T]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class EitherBiMapAggregate[ColR <: (IterableOnce), T](col: ColR[T]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class EitherBiTraversals[Col <: (IterableOnce), T](col: Col[T]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class EitherExt(e: Either.type) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class EitherLrPartitions[L, R, Col <: (IterableOnce)](col: Col[Either[L, R]])

Attributes

Supertypes
class Object
trait Matchable
class Any
final class EitherScalarOps[L, R, ColR <: (IterableOnce)](col: ColR[Either[L, R]]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class EitherTo[ColR <: (IterableOnce), L, R](col: Either[L, ColR[R]]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Implicits

Inherited implicits

final implicit def EitherBiAggregate[L, R, Src[_], Col <: (IterableOnce)](col: Col[Either[Src[L], R]]): EitherBiAggregate[L, R, Src, Col]

Attributes

Inherited from:
IzEither
final implicit def EitherBiFlatAggregate[L, R, Col <: (IterableOnce), Col2 <: (IterableOnce), Src[_]](col: Col[Either[Src[L], Col2[R]]]): EitherBiFlatAggregate[L, R, Col, Col2, Src]

Attributes

Inherited from:
IzEither
final implicit def EitherBiFlatMapAggregate[Col <: (IterableOnce), T](col: Col[T]): EitherBiFlatMapAggregate[Col, T]

Attributes

Inherited from:
IzEither
final implicit def EitherBiMapAggregate[Col <: (IterableOnce), T](col: Col[T]): EitherBiMapAggregate[Col, T]

Attributes

Inherited from:
IzEither
final implicit def EitherBiTraversals[Col <: (IterableOnce), T](col: Col[T]): EitherBiTraversals[Col, T]

Attributes

Inherited from:
IzEither
final implicit def EitherLrPartitions[L, R, Col <: (IterableOnce)](col: Col[Either[L, R]]): EitherLrPartitions[L, R, Col]

Attributes

Inherited from:
IzEither
final implicit def EitherObjectExt(e: Either.type): EitherExt

Attributes

Inherited from:
IzEither
final implicit def EitherScalarOps[L, R, Col <: (IterableOnce)](col: Col[Either[L, R]]): EitherScalarOps[L, R, Col]

Attributes

Inherited from:
IzEither
final implicit def EitherTo[L, R, ColR <: (IterableOnce)](col: Either[L, ColR[R]]): EitherTo[ColR, L, R]

Attributes

Inherited from:
IzEither