IOs

kyo.ios$.IOs
final class IOs extends Effect[IO]

Attributes

Graph
Supertypes
trait Effect[IO]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[T, S](f: => T > S | IOs)(using fr: Frame["IOs"]): T > S | IOs
def attempt[T, S](v: => T > S): Try[T] > S
def lazyRun[T, S](v: T > S | IOs)(using fr: Frame["IOs.lazyRun"]): T > S
def run[T](v: T > IOs): T
def value[T](v: T): T > IOs

Inherited methods

def accepts(other: Effect[_[_]]): Boolean

Attributes

Inherited from:
Effect

Concrete fields

val unit: Unit > IOs