Class

com.thoughtworks.sde.source.AutoImports

YieldOneOps

Related Doc: package AutoImports

Permalink

implicit final class YieldOneOps[Element] extends AnyVal

Source
source.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YieldOneOps
  2. AnyVal
  3. Any
Implicitly
  1. by YieldOneOps
  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 YieldOneOps(underlying: Element)

    Permalink

Type Members

  1. type A = Unit

    Permalink
  2. type F[X] = Free[[β$5$](Element, β$5$), X]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from YieldOneOps[Element] to ArrowAssoc[YieldOneOps[Element]] 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. def ensuring(cond: (YieldOneOps[Element]) ⇒ Boolean, msg: ⇒ Any): YieldOneOps[Element]

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from YieldOneOps[Element] to Ensuring[YieldOneOps[Element]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean): YieldOneOps[Element]

    Permalink
    Implicit information
    This member is added by an implicit conversion from YieldOneOps[Element] to Ensuring[YieldOneOps[Element]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def formatted(fmtstr: String): String

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

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

    Permalink
    Definition Classes
    Any
  14. def toString(): String

    Permalink
    Definition Classes
    Any
  15. val underlying: Element

    Permalink
  16. macro def yieldOne: Unit

    Permalink
  17. def [B](y: B): (YieldOneOps[Element], B)

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

Shadowed Implicit Value Members

  1. val underlying: YieldOneOps[Element]

    Permalink
    Implicit information
    This member is added by an implicit conversion from YieldOneOps[Element] to YieldOneOps[YieldOneOps[Element]] performed by method YieldOneOps in com.thoughtworks.sde.source.AutoImports.
    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:
    (yieldOneOps: YieldOneOps[YieldOneOps[Element]]).underlying
  2. macro def yieldOne: Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from YieldOneOps[Element] to YieldOneOps[YieldOneOps[Element]] performed by method YieldOneOps in com.thoughtworks.sde.source.AutoImports.
    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:
    (yieldOneOps: YieldOneOps[YieldOneOps[Element]]).yieldOne

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion YieldOneOps from YieldOneOps[Element] to YieldOneOps[YieldOneOps[Element]]

Inherited by implicit conversion any2stringadd from YieldOneOps[Element] to any2stringadd[YieldOneOps[Element]]

Inherited by implicit conversion StringFormat from YieldOneOps[Element] to StringFormat[YieldOneOps[Element]]

Inherited by implicit conversion Ensuring from YieldOneOps[Element] to Ensuring[YieldOneOps[Element]]

Inherited by implicit conversion ArrowAssoc from YieldOneOps[Element] to ArrowAssoc[YieldOneOps[Element]]

Ungrouped