Packages

object either extends EitherInstances

Source
package.scala
Linear Supertypes
EitherInstances, kernel.instances.EitherInstances, EitherInstances0, EitherInstances1, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. either
  2. EitherInstances
  3. EitherInstances
  4. EitherInstances0
  5. EitherInstances1
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit def catsDataMonoidForEither[A, B](implicit B: kernel.Monoid[B]): kernel.Monoid[Either[A, B]]
    Definition Classes
    EitherInstances
  6. implicit def catsDataSemigroupForEither[A, B](implicit B: kernel.Semigroup[B]): kernel.Semigroup[Either[A, B]]
    Definition Classes
    EitherInstances0
  7. implicit def catsParallelForEitherAndValidated[E](implicit arg0: kernel.Semigroup[E]): Aux[[β$9$]Either[E, β$9$], [β$10$]Validated[E, β$10$]]
    Definition Classes
    EitherInstances
  8. implicit val catsStdBitraverseForEither: Bitraverse[Either]
    Definition Classes
    EitherInstances
  9. implicit def catsStdEqForEither[A, B](implicit A: kernel.Eq[A], B: kernel.Eq[B]): kernel.Eq[Either[A, B]]
    Definition Classes
    EitherInstances1
  10. implicit def catsStdHashForEither[A, B](implicit A: kernel.Hash[A], B: kernel.Hash[B]): kernel.Hash[Either[A, B]]
    Definition Classes
    EitherInstances0
  11. implicit def catsStdInstancesForEither[A]: MonadError[[β$0$]Either[A, β$0$], A] with Traverse[[β$1$]Either[A, β$1$]] with Align[[β$2$]Either[A, β$2$]]
    Definition Classes
    EitherInstances
  12. implicit def catsStdOrderForEither[A, B](implicit A: kernel.Order[A], B: kernel.Order[B]): kernel.Order[Either[A, B]]
    Definition Classes
    EitherInstances
  13. implicit def catsStdPartialOrderForEither[A, B](implicit A: kernel.PartialOrder[A], B: kernel.PartialOrder[B]): kernel.PartialOrder[Either[A, B]]
    Definition Classes
    EitherInstances0
  14. implicit def catsStdSemigroupKForEither[L]: SemigroupK[[β$7$]Either[L, β$7$]]
    Definition Classes
    EitherInstances
  15. implicit def catsStdShowForEither[A, B](implicit A: Show[A], B: Show[B]): Show[Either[A, B]]
    Definition Classes
    EitherInstances
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from EitherInstances

Inherited from EitherInstances0

Inherited from EitherInstances1

Inherited from AnyRef

Inherited from Any

Ungrouped