syntax

tyrian.syntax
object syntax

Attributes

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

Members list

Extensions

Extensions

extension [M](oa: Option[Elem[M]])
def orEmpty: Elem[M]
extension [F[_], A](stream: Stream[F, A])(implicit evidence$3: Async[F])
def toSub: Sub[F, A]

Make a sub from an fs2.Stream

Make a sub from an fs2.Stream

Attributes

extension [F[_]](task: F[Unit])
def toCmd: SideEffect[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: Run[F, A, A]

Make a cmd from any F[A]

Make a cmd from any F[A]

Attributes