Packages

package impl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait GeneralMacros extends AnyRef
  2. trait HasOut extends Serializable
  3. sealed trait NoSym extends AnyRef
  4. trait Op extends HasOut
  5. trait OpBoolean[O <: Op] extends OpCast[Boolean with Singleton, O]
    Annotations
    @implicitNotFound("Unable to prove type argument is a Boolean.")
  6. trait OpCast[T, O <: Op] extends HasOut
  7. trait OpChar[O <: Op] extends OpCast[Char with Singleton, O]
    Annotations
    @implicitNotFound("Unable to prove type argument is a Char.")
  8. trait OpDouble[O <: Op] extends OpCast[Double with Singleton, O]
    Annotations
    @implicitNotFound("Unable to prove type argument is a Double.")
  9. trait OpFloat[O <: Op] extends OpCast[Float with Singleton, O]
    Annotations
    @implicitNotFound("Unable to prove type argument is a Float.")
  10. trait OpGen[O <: Op] extends AnyRef
    Attributes
    protected[singleton]
  11. sealed trait OpId extends AnyRef
  12. trait OpInt[O <: Op] extends OpCast[Int with Singleton, O]
    Annotations
    @implicitNotFound("Unable to prove type argument is an Int.")
  13. trait OpLong[O <: Op] extends OpCast[Long with Singleton, O]
    Annotations
    @implicitNotFound("Unable to prove type argument is a Long.")
  14. trait OpMacro[N, S1, S2, S3] extends Op

    ****************************************************************************************************** Three arguments type function macro *****************************************************************************************************

    ****************************************************************************************************** Three arguments type function macro *****************************************************************************************************

    Annotations
    @implicitNotFound("Literal operation has failed.")
  15. trait OpNat[O <: Op] extends OpCast[Nat, O]
    Annotations
    @implicitNotFound("Unable to prove type argument is a Nat.")
  16. trait OpString[O <: Op] extends OpCast[String with Singleton, O]
    Annotations
    @implicitNotFound("Unable to prove type argument is a String.")
  17. sealed trait Warn extends AnyRef

Value Members

  1. object InterpolatorTest
    Attributes
    protected[singleton]
  2. object ListZipper
  3. object OpBoolean extends Serializable
  4. object OpChar extends Serializable
  5. object OpDouble extends Serializable
  6. object OpFloat extends Serializable
  7. object OpGen
    Attributes
    protected[singleton]
  8. object OpId
  9. object OpInt extends Serializable
  10. object OpLong extends Serializable
  11. object OpMacro extends Serializable
  12. object OpNat extends Serializable
  13. object OpString extends Serializable
  14. object _require
  15. object nlz
  16. object std

Ungrouped