Snap

turbolift.io.Snap
See theSnap companion object
sealed abstract class Snap[+A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class NotSuccess
class Aborted
object Cancelled
class Failure
class Success[A]

Members list

Value members

Concrete methods

final def run: Computation[A, IO]
final def toEither: Either[Throwable, A]
final def toOutcome: Outcome[A]
final def toTry: Try[A]