handlers

turbolift.effects.ConsoleEffect.handlers
object handlers

Predefined handlers for this effect.

Attributes

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

Members list

Value members

Concrete methods

def blocking: Handler[Identity, Identity, this.type, IO]

Invokes java.lang.System console functions with IO.blocking.

Invokes java.lang.System console functions with IO.blocking.

Attributes

def nonBlocking: Handler[Identity, Identity, this.type, IO]

Invokes java.lang.System console functions with IO.sync.

Invokes java.lang.System console functions with IO.sync.

Attributes