IO

turbolift.io.IO$
See theIO companion trait
object IO

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IO.type

Members list

Concise view

Value members

Concrete methods

def apply[A](value: => A): Computation[A, IO]
def blocking[A](value: => A): Computation[A, IO]