syntax

tyrian.syntax$
object syntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
syntax.type

Members list

Concise view

Extensions

Extensions

extension [F[_], A](stream: Stream[F, A])
def toSub(id: String)(implicit evidence$2: Async[F]): Sub[F, A]

Make a sub from an fs2.Stream

Make a sub from an fs2.Stream

Attributes

extension [F[_]](task: F[Unit])

Make a side effect cmd from any F[Unit]

Make a side effect cmd from any F[Unit]

Attributes

extension [F[_], A](task: F[A])
def toCmd(implicit evidence$1: Applicative[F]): Run[F, A, A]

Make a cmd from any F[A]

Make a cmd from any F[A]

Attributes