ConsoleSignature

turbolift.effects.ConsoleSignature
trait ConsoleSignature extends Signature

Attributes

Graph
Supertypes
trait Signature
class Object
trait Matchable
class Any
Known subtypes
object Console.type

Members list

Type members

Inherited types

type !@![A, U]

Abstract type that must be used in definitions of effect's operations.

Abstract type that must be used in definitions of effect's operations.

Becomes an alias of Computation (i.e. same as !!), once the signature is inherited from Effect.

Attributes

Inherited from:
Signature
type ThisEffect

Abstract type that must be used in definitions of effect's operations.

Abstract type that must be used in definitions of effect's operations.

Becomes an alias of this.type, once the signature is inherited from Effect.

Attributes

Inherited from:
Signature

Value members

Abstract methods

def printErr(text: String): Unit !@! ThisEffect
def printLine(text: String): Unit !@! ThisEffect
def printLineErr(text: String): Unit !@! ThisEffect
def readChar: Option[Char] !@! ThisEffect
def readLine: String !@! ThisEffect