Class

com.thoughtworks.dsl.comprehension

ComprehensionOps

Related Doc: package comprehension

Permalink

final class ComprehensionOps[Keyword, Value] extends AnyVal

Source
comprehension.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComprehensionOps
  2. AnyVal
  3. Any
Implicitly
  1. by nothingComprehensionOps
  2. by comprehensionOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 ComprehensionOps[Keyword, Value] to any2stringadd[ComprehensionOps[Keyword, Value]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ComprehensionOps[Keyword, Value], B)

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

    Permalink
    Definition Classes
    Any
  6. def as[Domain](implicit dsl: Dsl[Keyword, Domain, Value], returnDsl: Dsl[Return[Value], Domain, Nothing]): Domain

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def ensuring(cond: (ComprehensionOps[Keyword, Value]) ⇒ Boolean, msg: ⇒ Any): ComprehensionOps[Keyword, Value]

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ComprehensionOps[Keyword, Value] to Ensuring[ComprehensionOps[Keyword, Value]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def flatMap[MapResult, NestedKeyword, NestedValue](mapper: (Value) ⇒ MapResult)(implicit asKeywordMapper: ((Value) ⇒ MapResult) ⇒ (Value) ⇒ Keyword[NestedKeyword, NestedValue] with NestedKeyword): FlatMap[Keyword, Value, NestedKeyword, NestedValue]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ComprehensionOps[Keyword, Value] to StringFormat[ComprehensionOps[Keyword, Value]] 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. def map[MapResult](mapper: (Value) ⇒ MapResult): Map[Keyword, Value, MapResult]

    Permalink
  17. def to[Output[_]](implicit dsl: Dsl[Keyword, Output[Value], Value], returnDsl: Dsl[Return[Value], Output[Value], Nothing]): Output[Value]

    Permalink
  18. def toString(): String

    Permalink
    Definition Classes
    Any
  19. def withFilter(condition: (Value) ⇒ Boolean): WithFilter[Keyword, Value]

    Permalink
  20. def [B](y: B): (ComprehensionOps[Keyword, Value], B)

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

Shadowed Implicit Value Members

  1. def as[Domain](implicit dsl: Dsl[Keyword, Domain, Nothing], returnDsl: Dsl[Return[Nothing], Domain, Nothing]): Domain

    Permalink
    Implicit information
    This member is added by an implicit conversion from ComprehensionOps[Keyword, Value] to ComprehensionOps[Keyword, Nothing] performed by method nothingComprehensionOps in com.thoughtworks.dsl.comprehension. This conversion will take place only if an implicit value of type (ComprehensionOps[Keyword, Value]) ⇒ Keyword[Keyword, ?] with Keyword is in scope.
    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:
    (comprehensionOps: ComprehensionOps[Keyword, Nothing]).as(dsl, returnDsl)
  2. def as[Domain](implicit dsl: Dsl[Keyword, Domain, Value], returnDsl: Dsl[Return[Value], Domain, Nothing]): Domain

    Permalink
    Implicit information
    This member is added by an implicit conversion from ComprehensionOps[Keyword, Value] to ComprehensionOps[Keyword, Value] performed by method comprehensionOps in com.thoughtworks.dsl.LowPriorityComprehension0. This conversion will take place only if an implicit value of type (ComprehensionOps[Keyword, Value]) ⇒ Keyword[Keyword, Value] with Keyword is in scope.
    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:
    (comprehensionOps: ComprehensionOps[Keyword, Value]).as(dsl, returnDsl)
  3. def flatMap[MapResult, NestedKeyword, NestedValue](mapper: (Nothing) ⇒ MapResult)(implicit asKeywordMapper: ((Nothing) ⇒ MapResult) ⇒ (Nothing) ⇒ Keyword[NestedKeyword, NestedValue] with NestedKeyword): FlatMap[Keyword, Nothing, NestedKeyword, NestedValue]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ComprehensionOps[Keyword, Value] to ComprehensionOps[Keyword, Nothing] performed by method nothingComprehensionOps in com.thoughtworks.dsl.comprehension. This conversion will take place only if an implicit value of type (ComprehensionOps[Keyword, Value]) ⇒ Keyword[Keyword, ?] with Keyword is in scope.
    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:
    (comprehensionOps: ComprehensionOps[Keyword, Nothing]).flatMap(mapper)(asKeywordMapper)
  4. def flatMap[MapResult, NestedKeyword, NestedValue](mapper: (Value) ⇒ MapResult)(implicit asKeywordMapper: ((Value) ⇒ MapResult) ⇒ (Value) ⇒ Keyword[NestedKeyword, NestedValue] with NestedKeyword): FlatMap[Keyword, Value, NestedKeyword, NestedValue]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ComprehensionOps[Keyword, Value] to ComprehensionOps[Keyword, Value] performed by method comprehensionOps in com.thoughtworks.dsl.LowPriorityComprehension0. This conversion will take place only if an implicit value of type (ComprehensionOps[Keyword, Value]) ⇒ Keyword[Keyword, Value] with Keyword is in scope.
    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:
    (comprehensionOps: ComprehensionOps[Keyword, Value]).flatMap(mapper)(asKeywordMapper)
  5. def map[MapResult](mapper: (Nothing) ⇒ MapResult): Map[Keyword, Nothing, MapResult]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ComprehensionOps[Keyword, Value] to ComprehensionOps[Keyword, Nothing] performed by method nothingComprehensionOps in com.thoughtworks.dsl.comprehension. This conversion will take place only if an implicit value of type (ComprehensionOps[Keyword, Value]) ⇒ Keyword[Keyword, ?] with Keyword is in scope.
    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:
    (comprehensionOps: ComprehensionOps[Keyword, Nothing]).map(mapper)
  6. def map[MapResult](mapper: (Value) ⇒ MapResult): Map[Keyword, Value, MapResult]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ComprehensionOps[Keyword, Value] to ComprehensionOps[Keyword, Value] performed by method comprehensionOps in com.thoughtworks.dsl.LowPriorityComprehension0. This conversion will take place only if an implicit value of type (ComprehensionOps[Keyword, Value]) ⇒ Keyword[Keyword, Value] with Keyword is in scope.
    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:
    (comprehensionOps: ComprehensionOps[Keyword, Value]).map(mapper)
  7. def to[Output[_]](implicit dsl: Dsl[Keyword, Output[Nothing], Nothing], returnDsl: Dsl[Return[Nothing], Output[Nothing], Nothing]): Output[Nothing]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ComprehensionOps[Keyword, Value] to ComprehensionOps[Keyword, Nothing] performed by method nothingComprehensionOps in com.thoughtworks.dsl.comprehension. This conversion will take place only if an implicit value of type (ComprehensionOps[Keyword, Value]) ⇒ Keyword[Keyword, ?] with Keyword is in scope.
    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:
    (comprehensionOps: ComprehensionOps[Keyword, Nothing]).to(dsl, returnDsl)
  8. def to[Output[_]](implicit dsl: Dsl[Keyword, Output[Value], Value], returnDsl: Dsl[Return[Value], Output[Value], Nothing]): Output[Value]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ComprehensionOps[Keyword, Value] to ComprehensionOps[Keyword, Value] performed by method comprehensionOps in com.thoughtworks.dsl.LowPriorityComprehension0. This conversion will take place only if an implicit value of type (ComprehensionOps[Keyword, Value]) ⇒ Keyword[Keyword, Value] with Keyword is in scope.
    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:
    (comprehensionOps: ComprehensionOps[Keyword, Value]).to(dsl, returnDsl)
  9. def withFilter(condition: (Nothing) ⇒ Boolean): WithFilter[Keyword, Nothing]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ComprehensionOps[Keyword, Value] to ComprehensionOps[Keyword, Nothing] performed by method nothingComprehensionOps in com.thoughtworks.dsl.comprehension. This conversion will take place only if an implicit value of type (ComprehensionOps[Keyword, Value]) ⇒ Keyword[Keyword, ?] with Keyword is in scope.
    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:
    (comprehensionOps: ComprehensionOps[Keyword, Nothing]).withFilter(condition)
  10. def withFilter(condition: (Value) ⇒ Boolean): WithFilter[Keyword, Value]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ComprehensionOps[Keyword, Value] to ComprehensionOps[Keyword, Value] performed by method comprehensionOps in com.thoughtworks.dsl.LowPriorityComprehension0. This conversion will take place only if an implicit value of type (ComprehensionOps[Keyword, Value]) ⇒ Keyword[Keyword, Value] with Keyword is in scope.
    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:
    (comprehensionOps: ComprehensionOps[Keyword, Value]).withFilter(condition)

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion nothingComprehensionOps from ComprehensionOps[Keyword, Value] to ComprehensionOps[Keyword, Nothing]

Inherited by implicit conversion comprehensionOps from ComprehensionOps[Keyword, Value] to ComprehensionOps[Keyword, Value]

Inherited by implicit conversion any2stringadd from ComprehensionOps[Keyword, Value] to any2stringadd[ComprehensionOps[Keyword, Value]]

Inherited by implicit conversion StringFormat from ComprehensionOps[Keyword, Value] to StringFormat[ComprehensionOps[Keyword, Value]]

Inherited by implicit conversion Ensuring from ComprehensionOps[Keyword, Value] to Ensuring[ComprehensionOps[Keyword, Value]]

Inherited by implicit conversion ArrowAssoc from ComprehensionOps[Keyword, Value] to ArrowAssoc[ComprehensionOps[Keyword, Value]]

Ungrouped