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
/
Option
Option
io.github.arainko.ducktape.Mode.FailFast.Option
class
Option
extends
FailFast
[
Option
]
Attributes
Source
Mode.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
FailFast
[
Option
]
trait
Mode
[
Option
]
class
Object
trait
Matchable
class
Any
Members list
Clear all
Type members
Inherited types
final
type
Self
[
+
x
] =
Option
[
x
]
Attributes
Inherited from:
Mode
Source
Mode.scala
Value members
Concrete methods
final
def
flatMap
[
A
,
B
](
fa
:
Option
[
A
],
f
:
A
=>
Option
[
B
]):
Option
[
B
]
Attributes
Source
Mode.scala
final
def
map
[
A
,
B
](
fa
:
Option
[
A
],
f
:
A
=>
B
):
Option
[
B
]
Attributes
Source
Mode.scala
final
def
pure
[
A
](
value
:
A
):
Option
[
A
]
Attributes
Source
Mode.scala
final
def
traverseCollection
[
A
,
B
,
AColl
<:
Iterable
[
A
],
BColl
<:
Iterable
[
B
]](
collection
:
AColl
,
transformation
:
A
=>
Option
[
B
])(
using
factory
:
Factory
[
B
,
BColl
]):
Option
[
BColl
]
Attributes
Source
Mode.scala
In this article
Attributes
Members list
Type members
Inherited types
Value members
Concrete methods