final class LazyListOps[A] extends AnyVal
- Source
- LazyListOps.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LazyListOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LazyListOps(self: LazyList[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 heads: LazyList[LazyList[A]]
- final def interleave(other: LazyList[A]): LazyList[A]
- final def intersperse(a: A): LazyList[A]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def tails: LazyList[LazyList[A]]
- def toString(): String
- Definition Classes
- Any
- final def toZipper: Maybe[Zipper[A]]
- final def unfoldForest[B](f: (A) => (B, () => LazyList[A])): LazyList[Tree[B]]
- final def unfoldForestM[B, M[_]](f: (A) => M[(B, LazyList[A])])(implicit arg0: Monad[M]): M[LazyList[Tree[B]]]
- final def zapp[B, C](f: LazyList[(A) => (B) => C]): LazyList[(B) => C]
- final def zipperEnd: Maybe[Zipper[A]]