FS2StreamHKInstance

tofu.fs2Instances.FS2StreamHKInstance
class FS2StreamHKInstance[A] extends Embed[{ type L = [x[_]] =>> Stream[x, A]; }#<none>], FunctorK[{ type L = [x[_]] =>> Stream[x, A]; }#<none>]

Attributes

Graph
Supertypes
trait FunctorK[{ type L = [x[_]] =>> Stream[x, A]; }#<none>]
trait InvariantK[{ type L = [x[_]] =>> Stream[x, A]; }#<none>]
trait Serializable
trait Embed[{ type L = [x[_]] =>> Stream[x, A]; }#<none>]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def embed[F[_] : FlatMap](ft: F[Stream[F, A]]): Stream[F, A]
def mapK[F[_], G[_]](af: Stream[F, A])(fk: FunctionK[F, G]): Stream[G, A]

Inherited methods

override def imapK[F[_], G[_]](af: Stream[F, A])(fk: FunctionK[F, G])(gk: FunctionK[G, F]): { type L = [x[_]] =>> Stream[x, A]; }#<none>[G]

Attributes

Definition Classes
FunctorK -> InvariantK
Inherited from:
FunctorK