ducktape
ducktape
API
io.github.arainko.ducktape
fallible
AppliedBuilder
AppliedBuilder
Fallible
AppliedViaBuilder
AppliedViaBuilder
Fallible
Case
Computed
Const
FallibleComputed
FallibleConst
DefinitionBuilder
DefinitionBuilder
Fallible
DefinitionViaBuilder
DefinitionViaBuilder
Fallible
PartiallyApplied
Field
FunctionArguments
Mode
Mode
Accumulating
Either
Accumulating
FailFast
Either
Option
FailFast
Regional
Selector
Transformer
Transformer
Debug
Derived
FromFunction
Derived
Fallible
Derived
FromFunction
Derived
Fallible
ducktape
/
io.github.arainko.ducktape
/
Mode
/
FailFast
FailFast
io.github.arainko.ducktape.Mode.FailFast
See the
FailFast
companion object
trait
FailFast
[
F
[
x
]]
extends
Mode
[
F
]
Attributes
Companion
object
Source
Mode.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Mode
[
F
]
class
Object
trait
Matchable
class
Any
Known subtypes
class
Either
[
E
]
class
Option
Members list
Clear all
Type members
Inherited types
final
type
Self
[
+
x
] =
F
[
x
]
Attributes
Inherited from:
Mode
Source
Mode.scala
Value members
Abstract methods
def
flatMap
[
A
,
B
](
fa
:
F
[
A
],
f
:
A
=>
F
[
B
]):
F
[
B
]
Attributes
Source
Mode.scala
Inherited methods
def
map
[
A
,
B
](
fa
:
F
[
A
],
f
:
A
=>
B
):
F
[
B
]
Attributes
Inherited from:
Mode
Source
Mode.scala
def
pure
[
A
](
value
:
A
):
F
[
A
]
Attributes
Inherited from:
Mode
Source
Mode.scala
def
traverseCollection
[
A
,
B
,
AColl
<:
Iterable
[
A
],
BColl
<:
Iterable
[
B
]](
collection
:
AColl
,
transformation
:
A
=>
F
[
B
])(
using
factory
:
Factory
[
B
,
BColl
]):
F
[
BColl
]
Attributes
Inherited from:
Mode
Source
Mode.scala
In this article
Attributes
Members list
Type members
Inherited types
Value members
Abstract methods
Inherited methods