Class

matryoshka.instances.fixedpoint

StreamOps

Related Doc: package fixedpoint

Permalink

implicit class StreamOps[A] extends AnyRef

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from StreamOps[A] to NatOps[StreamOps[A]] performed by method NatOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[StreamOps[A], slamdata.Predef.Option] is in scope and at the same time an implicit value of type Aux[StreamOps[A], slamdata.Predef.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. def drop[N](n: N)(implicit N: Aux[N, slamdata.Predef.Option]): Nu[[β$27$](A, β$27$)]

    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.

  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
  15. def headOption: slamdata.Predef.Option[A]

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from StreamOps[A] to NatOps[StreamOps[A]] performed by method NatOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[StreamOps[A], slamdata.Predef.Option] is in scope and at the same time an implicit value of type Aux[StreamOps[A], slamdata.Predef.Option] is in scope.
    Definition Classes
    NatOps
  20. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def tail: Nu[[β$26$](A, β$26$)]

    Permalink
  25. def tailOption: slamdata.Predef.Option[StreamOps[A]]

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

    Permalink
  27. def toColist[T](implicit T: Aux[T, [β$30$]ListF[A, β$30$]]): T

    Permalink

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

  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( ... )

Shadowed Implicit Value Members

  1. def take[N](i: N)(implicit N: Aux[N, slamdata.Predef.Option], C: Aux[StreamOps[A], [β$12$]ListF[A, β$12$]]): StreamOps[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from StreamOps[A] to RecListFOps[StreamOps[A], A] performed by method RecListFOps in matryoshka.instances.fixedpoint. This conversion will take place only if an implicit value of type Aux[StreamOps[A], [β$11$]ListF[A, β$11$]] 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:
    (streamOps: RecListFOps[StreamOps[A], A]).take(i)(N, C)
    Definition Classes
    RecListFOps

Inherited from AnyRef

Inherited from Any

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

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

Ungrouped