IStream

object IStream
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

object ByName
object Lazy
object Strict

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def empty[A]: IStream[A]
def fromFoldable[F[_] : Foldable, A](fa: F[A]): IStream[A]
def fromMaybe[A](ma: Maybe[A]): IStream[A]
def fromStream[A](sa: Stream[A]): IStream[A]

Implicits

Implicits

implicit
def equal[A : Equal]: Equal[IStream[A]]