Class

matryoshka.instances.fixedpoint.BirecursiveTuple2Ops.take

PartiallyApplied

Related Doc: package take

Permalink

class PartiallyApplied[L] extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartiallyApplied
  2. AnyRef
  3. Any
Implicitly
  1. by BirecursiveTuple2Ops
  2. by RecursiveTuple2Ops
  3. by RecursiveAndMaybeOps
  4. by BirecursiveListFOps
  5. by RecursiveListFOps
  6. by BirecursiveOptionOps
  7. by CorecursiveOptionOps
  8. by RecursiveOptionOps
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PartiallyApplied()

    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: PartiallyApplied[L]): PartiallyApplied[L]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[L] to BirecursiveOptionOps[PartiallyApplied[L]] performed by method BirecursiveOptionOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[L], slamdata.Predef.Option] is in scope.
    Definition Classes
    BirecursiveOptionOps
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def apply[N](n: N)(implicit N: Aux[N, slamdata.Predef.Option], L: Aux[L, [β$55$]ListF[A, β$55$]]): L

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def drop[N](n: N)(implicit N: Aux[N, slamdata.Predef.Option]): PartiallyApplied[L]

    Permalink

    Drops exactly n elements from the stream.

    Drops exactly n elements from the stream. This doesn’t expose the Coalgebra because it returns Stream \/ Stream, which isn’t the type of drop.

    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[L] to BirecursiveTuple2Ops[PartiallyApplied[L], A] performed by method BirecursiveTuple2Ops in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[L], [β$54$](A, β$54$)] is in scope.
    Definition Classes
    BirecursiveTuple2Ops
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def head: A

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[L] to RecursiveTuple2Ops[PartiallyApplied[L], A] performed by method RecursiveTuple2Ops in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[L], [β$47$](A, β$47$)] is in scope.
    Definition Classes
    RecursiveTuple2Ops
  16. def headOption: slamdata.Predef.Option[A]

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

    Permalink
    Definition Classes
    Any
  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 succ: PartiallyApplied[L]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[L] to CorecursiveOptionOps[PartiallyApplied[L]] performed by method CorecursiveOptionOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[L], slamdata.Predef.Option] is in scope.
    Definition Classes
    CorecursiveOptionOps
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def tail: PartiallyApplied[L]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[L] to RecursiveTuple2Ops[PartiallyApplied[L], A] performed by method RecursiveTuple2Ops in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[L], [β$47$](A, β$47$)] is in scope.
    Definition Classes
    RecursiveTuple2Ops
  24. def tailOption: slamdata.Predef.Option[PartiallyApplied[L]]

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

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

    Permalink

    Colists are simply streams that may terminate, so a stream is easily converted to a Colist that doesn’t terminate.

    Colists are simply streams that may terminate, so a stream is easily converted to a Colist that doesn’t terminate.

    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[L] to RecursiveTuple2Ops[PartiallyApplied[L], A] performed by method RecursiveTuple2Ops in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[L], [β$47$](A, β$47$)] is in scope.
    Definition Classes
    RecursiveTuple2Ops
  27. def toInt: slamdata.Predef.Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[L] to RecursiveOptionOps[PartiallyApplied[L]] performed by method RecursiveOptionOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[L], slamdata.Predef.Option] is in scope.
    Definition Classes
    RecursiveOptionOps
  28. def toNEColist[L](implicit L: Aux[L, [β$49$]AndMaybe[A, β$49$]]): L

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartiallyApplied[L] to RecursiveTuple2Ops[PartiallyApplied[L], A] performed by method RecursiveTuple2Ops in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[PartiallyApplied[L], [β$47$](A, β$47$)] is in scope.
    Definition Classes
    RecursiveTuple2Ops
  29. def toPossiblyEmpty[L](implicit L: Aux[L, [β$31$]ListF[A, β$31$]]): L

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion BirecursiveTuple2Ops from PartiallyApplied[L] to BirecursiveTuple2Ops[PartiallyApplied[L], A]

Inherited by implicit conversion RecursiveTuple2Ops from PartiallyApplied[L] to RecursiveTuple2Ops[PartiallyApplied[L], A]

Inherited by implicit conversion RecursiveAndMaybeOps from PartiallyApplied[L] to RecursiveAndMaybeOps[PartiallyApplied[L], A]

Inherited by implicit conversion BirecursiveListFOps from PartiallyApplied[L] to BirecursiveListFOps[PartiallyApplied[L], A]

Inherited by implicit conversion RecursiveListFOps from PartiallyApplied[L] to RecursiveListFOps[PartiallyApplied[L], A]

Inherited by implicit conversion BirecursiveOptionOps from PartiallyApplied[L] to BirecursiveOptionOps[PartiallyApplied[L]]

Inherited by implicit conversion CorecursiveOptionOps from PartiallyApplied[L] to CorecursiveOptionOps[PartiallyApplied[L]]

Inherited by implicit conversion RecursiveOptionOps from PartiallyApplied[L] to RecursiveOptionOps[PartiallyApplied[L]]

Ungrouped