object IzEither extends IzEither
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IzEither
- IzEither
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final class EitherAccumulate[A, ColR[x] <: IterableOnce[x]] extends AnyVal
- Attributes
- protected
- final class EitherBiAggregate[L, R, ColL[_], ColR[x] <: IterableOnce[x]] extends AnyVal
- final class EitherBiFlatAggregate[L, R, ColR[x] <: IterableOnce[x], ColIn[x] <: IterableOnce[x], ColL[_]] extends AnyVal
- final class EitherBiFlatMapAggregate[ColR[x] <: IterableOnce[x], T] extends AnyVal
- final class EitherBiMapAggregate[ColR[x] <: IterableOnce[x], T] extends AnyVal
- final class EitherBiTraversals[Col[x] <: IterableOnce[x], T] extends AnyVal
- final class EitherExt extends AnyVal
- final class EitherLrPartitions[L, R, Col[x] <: IterableOnce[x]] extends AnyRef
- final class EitherScalarOps[L, R, ColR[x] <: IterableOnce[x]] extends AnyVal
- final class EitherTo[ColR[x] <: IterableOnce[x], L, R] extends AnyVal
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit final def EitherAccumulate[A, ColR[x] <: IterableOnce[x]](col: ColR[A]): EitherAccumulate[A, ColR]
- Attributes
- protected
- Definition Classes
- IzEither
- Annotations
- @inline()
- implicit final def EitherBiAggregate[L, R, Src[_], Col[x] <: IterableOnce[x]](col: Col[Either[Src[L], R]]): EitherBiAggregate[L, R, Src, Col]
- Definition Classes
- IzEither
- Annotations
- @inline()
- implicit final def EitherBiFlatAggregate[L, R, Col[x] <: IterableOnce[x], Col2[x] <: IterableOnce[x], Src[_]](col: Col[Either[Src[L], Col2[R]]]): EitherBiFlatAggregate[L, R, Col, Col2, Src]
- Definition Classes
- IzEither
- Annotations
- @inline()
- implicit final def EitherBiFlatMapAggregate[Col[x] <: IterableOnce[x], T](col: Col[T]): EitherBiFlatMapAggregate[Col, T]
- Definition Classes
- IzEither
- Annotations
- @inline()
- implicit final def EitherBiMapAggregate[Col[x] <: IterableOnce[x], T](col: Col[T]): EitherBiMapAggregate[Col, T]
- Definition Classes
- IzEither
- Annotations
- @inline()
- implicit final def EitherBiTraversals[Col[x] <: IterableOnce[x], T](col: Col[T]): EitherBiTraversals[Col, T]
- Definition Classes
- IzEither
- Annotations
- @inline()
- implicit final def EitherLrPartitions[L, R, Col[x] <: IterableOnce[x]](col: Col[Either[L, R]]): EitherLrPartitions[L, R, Col]
- Definition Classes
- IzEither
- Annotations
- @inline()
- implicit final def EitherObjectExt(e: Either.type): EitherExt
- Definition Classes
- IzEither
- Annotations
- @inline()
- implicit final def EitherScalarOps[L, R, Col[x] <: IterableOnce[x]](col: Col[Either[L, R]]): EitherScalarOps[L, R, Col]
- Definition Classes
- IzEither
- Annotations
- @inline()
- implicit final def EitherTo[L, R, ColR[x] <: IterableOnce[x]](col: Either[L, ColR[R]]): EitherTo[ColR, L, R]
- Definition Classes
- IzEither
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()