ducktape
ducktape
API
io.github.arainko.ducktape
fallible
internal
Accumulator
ConfigParser
ConfigParser
PossiblyFallible
Total
FallibilityRefiner
Fallible
FalliblePlanInterpreter
FallibleTransformations
FieldValue
ProductConstructor
ProductConstructor
Func
Primary
Summoner
Summoner
Derived
FallibleTransformer
TotalTransformer
Derived
PossiblyFallible
Total
UserDefined
FallibleTransformer
TotalTransformer
UserDefined
TransformationMode
Accumulating
FailFast
TransformationMode
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
Derived
FromFunction
Derived
Fallible
Derived
FromFunction
Derived
Fallible
ducktape
/
io.github.arainko.ducktape
/
Mode
Mode
io.github.arainko.ducktape.Mode
See the
Mode
companion object
sealed
trait
Mode
[
F
[
x
]]
Attributes
Companion
object
Source
Mode.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
trait
Accumulating
[
F
]
class
Either
[
E
,
Coll
]
trait
FailFast
[
F
]
class
Either
[
E
]
class
Option
Members list
Clear all
Value members
Abstract methods
def
map
[
A
,
B
](
fa
:
F
[
A
],
f
:
A
=>
B
):
F
[
B
]
Attributes
Source
Mode.scala
def
pure
[
A
](
value
:
A
):
F
[
A
]
Attributes
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
Source
Mode.scala
In this article
Attributes
Members list
Value members
Abstract methods