Packages

implicit class TypeApiOps[x <: DSLDef] extends AnyRef

Source
syntax.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeApiOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeApiOps(x: ⇒ x)

Value Members

  1. def &[y](y: ⇒ y): :>[x, y]
  2. def :>[y](y: ⇒ y): :>[x, y]
  3. def <>[y](y: ⇒ y): <|>[x, y]
  4. def <|>[y](y: ⇒ y): <|>[x, y]
  5. def apply[y](y: ⇒ y): :>[x, y]
  6. def as[name](name: Aux[name]): As[x, name]
  7. def |>[y](y: ⇒ y): :>[x, y]
  8. def ~[y](y: ⇒ y): <|>[x, y]