Snap

turbolift.io.Snap
See theSnap companion class
object Snap

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Snap.type

Members list

Type members

Classlikes

final case class Aborted(value: Any, prompt: Prompt) extends NotSuccess

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class NotSuccess
class Snap[Nothing]
class Object
trait Matchable
class Any
Show all
case object Cancelled extends NotSuccess

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class NotSuccess
class Snap[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
Cancelled.type
final case class Failure(cause: Cause) extends NotSuccess

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class NotSuccess
class Snap[Nothing]
class Object
trait Matchable
class Any
Show all
sealed abstract class NotSuccess extends Snap[Nothing]

Attributes

Supertypes
class Snap[Nothing]
class Object
trait Matchable
class Any
Known subtypes
class Aborted
object Cancelled
class Failure
final case class Success[A](value: A) extends Snap[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Snap[A]
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromOutcome[A](aa: Outcome[A]): Snap[A]

Concrete fields

val unit: Snap[Unit]