Packages

o

cats.syntax

either

object either extends EitherSyntax with EitherSyntaxBinCompat0

Source
package.scala
Linear Supertypes
EitherSyntaxBinCompat0, EitherSyntax, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. either
  2. EitherSyntaxBinCompat0
  3. EitherSyntax
  4. AnyRef
  5. 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 final def catsSyntaxEither[A, B](eab: Either[A, B]): EitherOps[A, B]
    Definition Classes
    EitherSyntax
  6. implicit final def catsSyntaxEitherBinCompat0[A, B](eab: Either[A, B]): EitherOpsBinCompat0[A, B]
    Definition Classes
    EitherSyntaxBinCompat0
  7. implicit final def catsSyntaxEitherId[A](a: A): EitherIdOps[A]
    Definition Classes
    EitherSyntax
  8. implicit final def catsSyntaxEitherIdBinCompat0[A](a: A): EitherIdOpsBinCompat0[A]
    Definition Classes
    EitherSyntaxBinCompat0
  9. implicit final def catsSyntaxEitherObject(either: Either.type): EitherObjectOps
    Definition Classes
    EitherSyntax
  10. implicit final def catsSyntaxLeft[A, B](left: Left[A, B]): LeftOps[A, B]
    Definition Classes
    EitherSyntax
  11. implicit final def catsSyntaxRight[A, B](right: Right[A, B]): RightOps[A, B]
    Definition Classes
    EitherSyntax
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. 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 EitherSyntaxBinCompat0

Inherited from EitherSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped