implicit final class IterOps[E, F[_], A] extends AnyVal
- Alphabetic
- By Inheritance
- IterOps
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new IterOps(oiter: IterateeT[E, F, A])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val oiter: IterateeT[E, F, A]
- def toResumableIter(implicit F: Monad[F]): ResumableIter[E, F, A]
Converts a normal IterV[E,A] to a ResumableIter.
Converts a normal IterV[E,A] to a ResumableIter.
Does so by folding over the iter once for an input and when its Done starting again with the original iter. This is close to restarting the iter on a new "stream", otherwise all attempts to keep the Cont will be made.
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any