IO

turbolift.effects.IO
See theIO companion object
sealed trait IO extends NonDet, NonTot

Effect that indicates lack of guarantee of totality or determinism.

This is a psedo-effect. It functions as a type-level label only. It cannot be interpreted by the user.

Attributes

Companion
object
Graph
Supertypes
trait NonTot
trait NonDet
class Object
trait Matchable
class Any
In this article