turbolift-core
turbolift-core
API
turbolift
effects
Choice
ChoiceEffect
handlers
ChoiceSignature
Console
ConsoleEffect
handlers
ConsoleSignature
Cont
ContSignature
Each
Error
ErrorEffect
handlers
ErrorG
ErrorGK
ErrorK
ErrorSignature
IO
IO
Random
RandomEffect
handlers
RandomSignature
Reader
ReaderEffect
handlers
ReaderSignature
State
StateEffect
handlers
StateSignature
Writer
WriterEffect
handlers
WriterG
WriterGK
WriterK
WriterSignature
handlers
Splitmix64
internals
auxx
CanPipe
CanPipe
IdConst
effect
CanPerform
EffectImpl
Proxy
Stateful
Stateless
ThisInterpreter
engine
Entry
executor
Executor
Executor
ForeignExecutor
extensions
FoldExtensions
MiscExtensions
TraverseExtensions
interpreter
Continuation
Control
Interpreter
Interpreter
Proxy
Stateful
Stateless
Local
Mixins
Parallel
Default
ForkJoin
Trivial
Parallel
Sequential
Default
Restartable
Sequential
Void
Void
io
AtomicVar
AtomicVar
AtomicVarGet
AtomicVarPut
Cause
Cause
Aborted
Both
Cancelled
Then
Thrown
Exceptions
Aborted
Cancelled
Panic
Pending
Unhandled
Fiber
Fiber
NamedSyntax
Role
Arbiter
Waiter
Status
Pending
Completed
OnceVar
OnceVar
OnceVarGet
OnceVarPut
Outcome
Outcome
Cancelled
Failure
Failure
NotSuccess
Success
Snap
Snap
Aborted
Aborted
Cancelled
Failure
NotSuccess
Success
Warp
Warp
NamedCompanionSyntax
NamedSyntax
Status
Pending
Zipper
Zipper
mode
Mode
Mode
typeclass
Accum
Accum
AccumZero
AccumZero
ExtendTuple
ExtendTuple
One
One
Syntax
Computation
Computation
HandleWithSyntax
NamedSyntax
NamedSyntax
Effect
Effect
Combine2
Combine3
Combine4
Extensions
Handler
HandleSyntax
PartiallyProvideWithSyntax
Handler
Signature
turbolift-core
/
turbolift
/
turbolift.io
/
Outcome
Outcome
turbolift.io.Outcome
See the
Outcome
companion object
sealed abstract
class
Outcome
[
+
A
]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
class
NotSuccess
object
Cancelled
class
Failure
class
Success
[
A
]
Members list
Clear all
Value members
Concrete methods
final
def
flatMap
[
B
](
f
:
A
=>
Outcome
[
B
]):
Outcome
[
B
]
final
def
flatRun
[
B
,
U
](
using
ev
:
A
<:<
Computation
[
B
,
U
]):
Computation
[
B
,
U
&
IO
]
final
def
get
:
A
final
def
isCancelled
:
Boolean
final
def
isFailure
:
Boolean
final
def
isSuccess
:
Boolean
final
def
map
[
B
](
f
:
A
=>
B
):
Outcome
[
B
]
final
def
run
:
Computation
[
A
,
IO
]
final
def
toEither
:
Either
[
Throwable
,
A
]
final
def
toOption
:
Option
[
A
]
final
def
toSnap
:
Snap
[
A
]
final
def
toTry
:
Try
[
A
]
In this article
Attributes
Members list
Value members
Concrete methods