com.thoughtworks.sde.gen.AutoImports

AwaitOps

implicit final class AwaitOps[A0] extends AnyVal

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AwaitOps
  2. AnyVal
  3. NotNull
  4. Any
Implicitly
  1. by const
  2. by any2stringadd
  3. by any2stringfmt
  4. by any2ArrowAssoc
  5. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AwaitOps(underlying: Gen[A0])

Type Members

  1. type A = A0

Value Members

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

    Definition Classes
    Any
  2. def !==[U](g: Gen[U]): Prop

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  3. final def ##(): Int

    Definition Classes
    Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (AwaitOps[A0], B)

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to ArrowAssoc[AwaitOps[A0]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def :|(l: Symbol): Gen[AwaitOps[A0]]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  7. def :|(l: String): Gen[AwaitOps[A0]]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  8. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  9. def apply(p: Parameters): Option[AwaitOps[A0]]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def collect[U](pf: PartialFunction[AwaitOps[A0], U]): Gen[U]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  12. def ensuring(cond: (AwaitOps[A0]) ⇒ Boolean, msg: ⇒ Any): AwaitOps[A0]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Ensuring[AwaitOps[A0]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (AwaitOps[A0]) ⇒ Boolean): AwaitOps[A0]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Ensuring[AwaitOps[A0]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): AwaitOps[A0]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Ensuring[AwaitOps[A0]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): AwaitOps[A0]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Ensuring[AwaitOps[A0]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def filter(p: (AwaitOps[A0]) ⇒ Boolean): Gen[AwaitOps[A0]]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  17. def flatMap[U](f: (AwaitOps[A0]) ⇒ Gen[U]): Gen[U]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  18. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. def gen: A

    Annotations
    @macroImpl( ... )
  20. def getClass(): Class[_ <: AnyVal]

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

    Definition Classes
    Any
  22. def label(l: String): Gen[AwaitOps[A0]]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  23. def map[U](f: (AwaitOps[A0]) ⇒ U): Gen[U]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  24. def retryUntil(p: (AwaitOps[A0]) ⇒ Boolean): Gen[AwaitOps[A0]]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  25. def sample: Option[AwaitOps[A0]]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  26. def suchThat(f: (AwaitOps[A0]) ⇒ Boolean): Gen[AwaitOps[A0]]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  27. def toString(): String

    Definition Classes
    Any
  28. val underlying: Gen[A0]

  29. def withFilter(p: (AwaitOps[A0]) ⇒ Boolean): WithFilter

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  30. def |:(l: Symbol): Gen[AwaitOps[A0]]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  31. def |:(l: String): Gen[AwaitOps[A0]]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    Definition Classes
    Gen
  32. def [B](y: B): (AwaitOps[A0], B)

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to ArrowAssoc[AwaitOps[A0]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def !=[U](g: Gen[U]): Prop

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    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:
    (awaitOps: Gen[AwaitOps[A0]]).!=(g)
    Definition Classes
    Gen
  2. def ==[U](g: Gen[U]): Prop

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Gen[AwaitOps[A0]] performed by method const in org.scalacheck.Gen.
    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:
    (awaitOps: Gen[AwaitOps[A0]]).==(g)
    Definition Classes
    Gen
  3. val self: Any

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (awaitOps: StringAdd).self
    Definition Classes
    StringAdd
  4. val self: Any

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (awaitOps: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: AwaitOps[A0]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to ArrowAssoc[AwaitOps[A0]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (awaitOps: ArrowAssoc[AwaitOps[A0]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: AwaitOps[A0]

    Implicit information
    This member is added by an implicit conversion from AwaitOps[A0] to Ensuring[AwaitOps[A0]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (awaitOps: Ensuring[AwaitOps[A0]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Inherited by implicit conversion const from AwaitOps[A0] to Gen[AwaitOps[A0]]

Inherited by implicit conversion any2stringadd from AwaitOps[A0] to StringAdd

Inherited by implicit conversion any2stringfmt from AwaitOps[A0] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from AwaitOps[A0] to ArrowAssoc[AwaitOps[A0]]

Inherited by implicit conversion any2Ensuring from AwaitOps[A0] to Ensuring[AwaitOps[A0]]

Ungrouped