Class

matryoshka.instances.fixedpoint

NatOps

Related Doc: package fixedpoint

Permalink

implicit class NatOps[T] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NatOps
  2. AnyRef
  3. Any
Implicitly
  1. by RecListFOps
  2. by NatOps
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NatOps(self: T)(implicit TR: Aux[T, slamdata.Predef.Option], TC: Aux[T, slamdata.Predef.Option])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: T): T

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def find(cond: (A) ⇒ slamdata.Predef.Boolean): slamdata.Predef.Option[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from NatOps[T] to RecListFOps[NatOps[T], A] performed by method RecListFOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[NatOps[T], [β$11$]ListF[A, β$11$]] is in scope.
    Definition Classes
    RecListFOps
  11. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def headOption: slamdata.Predef.Option[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from NatOps[T] to RecListFOps[NatOps[T], A] performed by method RecListFOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[NatOps[T], [β$11$]ListF[A, β$11$]] is in scope.
    Definition Classes
    RecListFOps
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def length: slamdata.Predef.Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from NatOps[T] to RecListFOps[NatOps[T], A] performed by method RecListFOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[NatOps[T], [β$11$]ListF[A, β$11$]] is in scope.
    Definition Classes
    RecListFOps
  16. def max(other: T): T

    Permalink
  17. def min(other: T): T

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def tailOption: slamdata.Predef.Option[NatOps[T]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from NatOps[T] to RecListFOps[NatOps[T], A] performed by method RecListFOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[NatOps[T], [β$11$]ListF[A, β$11$]] is in scope.
    Definition Classes
    RecListFOps
  23. def take[N](i: N)(implicit N: Aux[N, slamdata.Predef.Option], C: Aux[NatOps[T], [β$12$]ListF[A, β$12$]]): NatOps[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from NatOps[T] to RecListFOps[NatOps[T], A] performed by method RecListFOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[NatOps[T], [β$11$]ListF[A, β$11$]] is in scope.
    Definition Classes
    RecListFOps
  24. def toString(): String

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

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

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

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

Shadowed Implicit Value Members

  1. def +(other: NatOps[T]): NatOps[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from NatOps[T] to NatOps[NatOps[T]] performed by method NatOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[NatOps[T], slamdata.Predef.Option] is in scope and at the same time an implicit value of type Aux[NatOps[T], slamdata.Predef.Option] is in scope.
    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:
    (natOps: NatOps[NatOps[T]]).+(other)
  2. def max(other: NatOps[T]): NatOps[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from NatOps[T] to NatOps[NatOps[T]] performed by method NatOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[NatOps[T], slamdata.Predef.Option] is in scope and at the same time an implicit value of type Aux[NatOps[T], slamdata.Predef.Option] is in scope.
    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:
    (natOps: NatOps[NatOps[T]]).max(other)
  3. def min(other: NatOps[T]): NatOps[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from NatOps[T] to NatOps[NatOps[T]] performed by method NatOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[NatOps[T], slamdata.Predef.Option] is in scope and at the same time an implicit value of type Aux[NatOps[T], slamdata.Predef.Option] is in scope.
    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:
    (natOps: NatOps[NatOps[T]]).min(other)

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion RecListFOps from NatOps[T] to RecListFOps[NatOps[T], A]

Inherited by implicit conversion NatOps from NatOps[T] to NatOps[NatOps[T]]

Ungrouped