final case class FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue](upstream: UpstreamKeyword, flatMapper: (UpstreamValue) ⇒ NestedKeyword) extends Keyword[FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue], NestedValue] with Product with Serializable
- Alphabetic
- By Inheritance
- FlatMap
- Serializable
- Serializable
- Product
- Equals
- Keyword
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new FlatMap(upstream: UpstreamKeyword, flatMapper: (UpstreamValue) ⇒ NestedKeyword)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
-
def
->[B](y: B): (FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue], B)
- Implicit
- This member is added by an implicit conversion from FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue] to ArrowAssoc[FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
apply[Domain](handler: (NestedValue) ⇒ Domain)(implicit dsl: Dsl[FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue], Domain, NestedValue]): Domain
An alias to cpsApply.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
cpsApply[Domain](handler: (NestedValue) ⇒ Domain)(implicit dsl: Dsl[FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue], Domain, NestedValue]): Domain
- Definition Classes
- Keyword
- Annotations
- @inline()
- def ensuring(cond: (FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue]) ⇒ Boolean, msg: ⇒ Any): FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue]
- def ensuring(cond: (FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue]) ⇒ Boolean): FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue]
- def ensuring(cond: Boolean, msg: ⇒ Any): FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue]
- def ensuring(cond: Boolean): FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val flatMapper: (UpstreamValue) ⇒ NestedKeyword
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue] to StringFormat[FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- 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
- final def unary_!: NestedValue
- val upstream: UpstreamKeyword
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def →[B](y: B): (FlatMap[UpstreamKeyword, UpstreamValue, NestedKeyword, NestedValue], B)