Class/Object

com.thoughtworks.dsl.instructions

CatsFlatMap

Related Docs: object CatsFlatMap | package instructions

Permalink

final case class CatsFlatMap[F[_], A](fa: F[A]) extends AnyVal with Instruction[CatsFlatMap[F, A], A] with Product with Serializable

Author:

杨博 (Yang Bo)

Source
CatsFlatMap.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CatsFlatMap
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Instruction
  7. AnyVal
  8. Any
Implicitly
  1. by implicitCatsFlatMap
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CatsFlatMap(fa: F[A])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CatsFlatMap[F, A] to any2stringadd[CatsFlatMap[F, A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CatsFlatMap[F, A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CatsFlatMap[F, A] to ArrowAssoc[CatsFlatMap[F, A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. final def cpsApply[Domain](handler: (A) ⇒ Domain)(implicit dsl: Dsl[CatsFlatMap[F, A], Domain, A]): Domain

    Permalink
    Definition Classes
    Instruction
  8. def ensuring(cond: (CatsFlatMap[F, A]) ⇒ Boolean, msg: ⇒ Any): CatsFlatMap[F, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CatsFlatMap[F, A] to Ensuring[CatsFlatMap[F, A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (CatsFlatMap[F, A]) ⇒ Boolean): CatsFlatMap[F, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CatsFlatMap[F, A] to Ensuring[CatsFlatMap[F, A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): CatsFlatMap[F, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CatsFlatMap[F, A] to Ensuring[CatsFlatMap[F, A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): CatsFlatMap[F, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CatsFlatMap[F, A] to Ensuring[CatsFlatMap[F, A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. val fa: F[A]

    Permalink
  13. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CatsFlatMap[F, A] to StringFormat[CatsFlatMap[F, A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  14. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def unary_!: A

    Permalink
    Definition Classes
    Instruction
    Annotations
    @shift() @compileTimeOnly( ... )
  17. def [B](y: B): (CatsFlatMap[F, A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CatsFlatMap[F, A] to ArrowAssoc[CatsFlatMap[F, A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. final def cpsApply[Domain](handler: (A) ⇒ Domain)(implicit dsl: Dsl[CatsFlatMap[[A]CatsFlatMap[F, A], A], Domain, A]): Domain

    Permalink
    Implicit information
    This member is added by an implicit conversion from CatsFlatMap[F, A] to CatsFlatMap[[A]CatsFlatMap[F, A], A] performed by method implicitCatsFlatMap in com.thoughtworks.dsl.instructions.CatsFlatMap.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (catsFlatMap: CatsFlatMap[[A]CatsFlatMap[F, A], A]).cpsApply(handler)(dsl)
    Definition Classes
    Instruction
  2. val fa: CatsFlatMap[F, A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from CatsFlatMap[F, A] to CatsFlatMap[[A]CatsFlatMap[F, A], A] performed by method implicitCatsFlatMap in com.thoughtworks.dsl.instructions.CatsFlatMap.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (catsFlatMap: CatsFlatMap[[A]CatsFlatMap[F, A], A]).fa
  3. final def unary_!: A

    Permalink
    Implicit information
    This member is added by an implicit conversion from CatsFlatMap[F, A] to CatsFlatMap[[A]CatsFlatMap[F, A], A] performed by method implicitCatsFlatMap in com.thoughtworks.dsl.instructions.CatsFlatMap.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (catsFlatMap: CatsFlatMap[[A]CatsFlatMap[F, A], A]).unary_!
    Definition Classes
    Instruction
    Annotations
    @shift() @compileTimeOnly( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Instruction[CatsFlatMap[F, A], A]

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion implicitCatsFlatMap from CatsFlatMap[F, A] to CatsFlatMap[[A]CatsFlatMap[F, A], A]

Inherited by implicit conversion any2stringadd from CatsFlatMap[F, A] to any2stringadd[CatsFlatMap[F, A]]

Inherited by implicit conversion StringFormat from CatsFlatMap[F, A] to StringFormat[CatsFlatMap[F, A]]

Inherited by implicit conversion Ensuring from CatsFlatMap[F, A] to Ensuring[CatsFlatMap[F, A]]

Inherited by implicit conversion ArrowAssoc from CatsFlatMap[F, A] to ArrowAssoc[CatsFlatMap[F, A]]

Ungrouped