Class

matryoshka.instances.fixedpoint

PartialOps

Related Doc: package fixedpoint

Permalink

implicit class PartialOps[A] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartialOps
  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 PartialOps(self: Partial[A])

    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: PartialOps[A]): PartialOps[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialOps[A] to NatOps[PartialOps[A]] performed by method NatOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[PartialOps[A], Option] is in scope and at the same time an implicit value of type Aux[PartialOps[A], Option] is in scope.
    Definition Classes
    NatOps
  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) ⇒ Boolean): Option[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialOps[A] to RecListFOps[PartialOps[A], A] performed by method RecListFOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[PartialOps[A], [β$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: Option[A]

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

    Permalink
    Definition Classes
    Any
  15. def length: Int

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialOps[A] to NatOps[PartialOps[A]] performed by method NatOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[PartialOps[A], Option] is in scope and at the same time an implicit value of type Aux[PartialOps[A], Option] is in scope.
    Definition Classes
    NatOps
  17. def min(other: PartialOps[A]): PartialOps[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialOps[A] to NatOps[PartialOps[A]] performed by method NatOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[PartialOps[A], Option] is in scope and at the same time an implicit value of type Aux[PartialOps[A], Option] is in scope.
    Definition Classes
    NatOps
  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. def runFor(steps: Int): \/[A, Partial[A]]

    Permalink

    Returns left if the result was found within the given number of steps.

  22. def step: \/[A, Partial[A]]

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def tailOption: Option[PartialOps[A]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def unsafePerformSync: A

    Permalink

    Run to completion (if it completes).

    Run to completion (if it completes).

    Annotations
    @tailrec()
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def (that: Partial[A])(implicit A: Equal[A]): Partial[Boolean]

    Permalink

    If two Partials eventually have the same value, then they are equivalent.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion RecListFOps from PartialOps[A] to RecListFOps[PartialOps[A], A]

Inherited by implicit conversion NatOps from PartialOps[A] to NatOps[PartialOps[A]]

Ungrouped