Object

shapeless.ops

nat

Related Doc: package ops

Permalink

object nat

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. nat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Diff[A <: Nat, B <: Nat] extends Serializable

    Permalink

    Type class witnessing that C is the difference of A and B.

  2. trait Div[A <: Nat, B <: Nat] extends Serializable

    Permalink

    Type class witnessing that Out is the quotient of A and B.

  3. trait LT[A <: Nat, B <: Nat] extends Serializable

    Permalink

    Type class witnessing that A is less than B.

  4. trait LTEq[A <: Nat, B <: Nat] extends Serializable

    Permalink

    Type class witnessing that A is less than or equal to B.

  5. trait Max[A <: Nat, B <: Nat] extends Serializable

    Permalink

    Type class witnessing that Out is A max B.

  6. trait Min[A <: Nat, B <: Nat] extends Serializable

    Permalink

    Type class witnessing that Out is A min B.

  7. trait Mod[A <: Nat, B <: Nat] extends Serializable

    Permalink

    Typeclass witnessing that Out is A mod B.

  8. trait Pow[N <: Nat, X <: Nat] extends Serializable

    Permalink

    Type class witnessing that Out is X raised to the power N.

  9. trait Pred[A <: Nat] extends Serializable

    Permalink

    Type class witnessing that B is the predecessor of A.

  10. trait Prod[A <: Nat, B <: Nat] extends Serializable

    Permalink

    Type class witnessing that C is the product of A and B.

  11. trait Sum[A <: Nat, B <: Nat] extends Serializable

    Permalink

    Type class witnessing that C is the sum of A and B.

  12. trait ToInt[N <: Nat] extends Serializable

    Permalink

    Type class supporting conversion of type-level Nats to value level Ints.

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Diff extends Serializable

    Permalink
  5. object Div extends Serializable

    Permalink
  6. object LT extends Serializable

    Permalink
  7. object LTEq extends Serializable

    Permalink
  8. object Max extends Serializable

    Permalink
  9. object Min extends Serializable

    Permalink
  10. object Mod extends Serializable

    Permalink
  11. object Pow extends Serializable

    Permalink
  12. object Pred extends Serializable

    Permalink
  13. object Prod extends Serializable

    Permalink
  14. object Sum extends Serializable

    Permalink
  15. object ToInt extends Serializable

    Permalink
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped