Package

singleton.ops

impl

Permalink

package impl

Visibility
  1. Public
  2. All

Type Members

  1. trait GeneralMacros extends AnyRef

    Permalink
  2. sealed trait NoSym extends AnyRef

    Permalink
  3. trait Op extends Serializable

    Permalink
  4. trait OpBoolean[O <: Op] extends OpCast[Boolean with Singleton, O]

    Permalink
    Annotations
    @implicitNotFound( ... )
  5. trait OpCast[T, O <: Op] extends AnyRef

    Permalink
  6. trait OpChar[O <: Op] extends OpCast[Char with Singleton, O]

    Permalink
    Annotations
    @implicitNotFound( ... )
  7. trait OpDouble[O <: Op] extends OpCast[Double with Singleton, O]

    Permalink
    Annotations
    @implicitNotFound( ... )
  8. trait OpFloat[O <: Op] extends OpCast[Float with Singleton, O]

    Permalink
    Annotations
    @implicitNotFound( ... )
  9. trait OpGen[O <: Op] extends AnyRef

    Permalink
    Attributes
    protected[singleton]
  10. sealed trait OpId extends AnyRef

    Permalink
  11. trait OpInt[O <: Op] extends OpCast[Int with Singleton, O]

    Permalink
    Annotations
    @implicitNotFound( ... )
  12. trait OpLong[O <: Op] extends OpCast[Long with Singleton, O]

    Permalink
    Annotations
    @implicitNotFound( ... )
  13. trait OpMacro[N, S1, S2, S3] extends Op

    Permalink

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

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

    Annotations
    @implicitNotFound( "Literal operation has failed." )
  14. trait OpNat[O <: Op] extends OpCast[Nat, O]

    Permalink
    Annotations
    @implicitNotFound( ... )
  15. trait OpString[O <: Op] extends OpCast[String with Singleton, O]

    Permalink
    Annotations
    @implicitNotFound( ... )
  16. trait OpSymbol[O <: Op] extends OpCast[Symbol, O]

    Permalink
    Annotations
    @implicitNotFound( ... )
  17. sealed trait Warn extends AnyRef

    Permalink

Value Members

  1. object GetArg

    Permalink

    ****************************************************************************************************** Get function/class argument's type *****************************************************************************************************

  2. object GetLHSArg

    Permalink

    ****************************************************************************************************** Get function/class argument's type *****************************************************************************************************

  3. object OpBoolean

    Permalink
  4. object OpChar

    Permalink
  5. object OpDouble

    Permalink
  6. object OpFloat

    Permalink
  7. object OpGen

    Permalink
    Attributes
    protected[singleton]
  8. object OpId

    Permalink
  9. object OpInt

    Permalink
  10. object OpLong

    Permalink
  11. object OpMacro extends Serializable

    Permalink
  12. object OpNat

    Permalink
  13. object OpString

    Permalink
  14. object OpSymbol

    Permalink
  15. object _require

    Permalink
  16. object nlz

    Permalink
  17. object std

    Permalink

Ungrouped