Packages

object AndThen extends AndThenInstances0 with Serializable

Source
AndThen.scala
Linear Supertypes
Serializable, Serializable, AndThenInstances0, AndThenInstances1, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AndThen
  2. Serializable
  3. Serializable
  4. AndThenInstances0
  5. AndThenInstances1
  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 andThen[A, B, C](ab: AndThen[A, B], bc: AndThen[B, C]): AndThen[A, C]
  5. def apply[A, B](f: (A) ⇒ B): AndThen[A, B]

    Builds an AndThen reference by wrapping a plain function.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit val catsDataArrowForAndThen: ArrowChoice[AndThen] with CommutativeArrow[AndThen]

    ArrowChoice and CommutativeArrow instances for AndThen.

    Definition Classes
    AndThenInstances0
  8. implicit def catsDataContravariantForAndThen[R]: Contravariant[[α$4$]AndThen[α$4$, R]]

    cats.Contravariant instance for AndThen.

    Definition Classes
    AndThenInstances1
  9. implicit def catsDataContravariantMonoidalForAndThen[R](implicit arg0: Monoid[R]): ContravariantMonoidal[[α$2$]AndThen[α$2$, R]]

    cats.ContravariantMonoidal instance for AndThen.

    Definition Classes
    AndThenInstances0
  10. implicit def catsDataMonadForAndThen[T]: Monad[[β$0$]AndThen[T, β$0$]]

    cats.Monad instance for AndThen.

    cats.Monad instance for AndThen.

    Definition Classes
    AndThenInstances0
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def isRightAssociated[A, B](fn: AndThen[A, B]): Boolean

    true if this fn is already right associated, which is the faster for calling

    true if this fn is already right associated, which is the faster for calling

    Annotations
    @tailrec()
  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 toRightAssociated[A, B](fn: AndThen[A, B]): AndThen[A, B]

    If you are going to call this function many times, right associating it once can be a significant performance improvement for VERY long chains.

  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. 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 Serializable

Inherited from Serializable

Inherited from AndThenInstances0

Inherited from AndThenInstances1

Inherited from AnyRef

Inherited from Any

Ungrouped