oxygen-core
oxygen-core
API
oxygen
core
syntax
all
common
either
groupBy
nonEmpty
option
seq
string
Alignment
stringCodec
throwable
traverse
typeclass
Applicative
Applicative
ApplicativeLowPriority
LowPriority1
Functor
Functor
FunctorLowPriority
LowPriority1
LowPriority2
Monad
Monad
MonadLowPriority
LowPriority1
NonEmpty
NonEmpty
WasNotNonEmpty
ParTraverse
ParTraverse
ParTraverseLowPriority
LowPriority1
Pure
Pure
Semigroup
Semigroup
SemigroupLowPriority
LowPriority1
StringCodec
StringCodec
StringDecoder
StringDecoder
Error
Hint
AllowedFormats
AllowedValues
Hint
StringEncoder
StringEncoder
Traverse
Traverse
TraverseLowPriority
LowPriority1
Zip
Zip
ZipIdId
ZipIdTuple
ZipIdUnit
ZipTupleId
ZipTuples
ZipUnitId
Zip10
Zip10
Instance
Zip3
Zip3
Instance
Zip4
Zip4
Instance
Zip5
Zip5
Instance
Zip6
Zip6
Instance
Zip7
Zip7
Instance
Zip8
Zip8
Instance
Zip9
Zip9
Instance
ZipLowPriority
LowPriority1
LowPriority2
LowPriority3
LowPriority4
Color
Color
Cased
Concrete
Default
Named
Named
Black
Blue
Cyan
Green
Magenta
Red
White
Yellow
RGB
RGB
hex
parse
parse
rgb
parse
Simple
parse
ColorMode
ColorMode
Colored
Colorless
Extended
NonColorless
PreferSimple
ShowColorName
Simple
ColorState
ColorState
Concrete
Concrete
ColorString
ColorString
ColorStringInterpolator
Enum
Enum
Companion
CaseInsensitiveStringMap
EnumMap
ToString
HasCompanion
IndentedString
IndentedString
Break
Indented
Inline
NonInline
Str
ToIndentedString
InfiniteSet
InfiniteSet
Exclusive
Exclusive
Inclusive
Inclusive
NonEmptyList
NonEmptyList
TypeTag
TypeTag
PackagePrefix
Showable
TypeRef
Intersection
Single
Single
Union
Wildcard
TypeRef
Unapply
Unapply
predef
color
core
oxygen-core
/
oxygen
/
oxygen.core
/
oxygen.core.syntax
/
traverse
traverse
oxygen.core.syntax.traverse
object
traverse
Attributes
Experimental
true
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
traverse
.
type
Members list
Clear all
Extensions
Extensions
extension
[
F
[
_
],
A
](
self
:
F
[
A
])
def
parTraverse
[
G
[
_
],
B
](
f
:
A
=>
G
[
B
])(
implicit
parTraverse
:
ParTraverse
[
F
,
G
]):
G
[
F
[
B
]]
def
traverse
[
G
[
_
],
B
](
f
:
A
=>
G
[
B
])(
implicit
traverse
:
Traverse
[
F
,
G
]):
G
[
F
[
B
]]
extension
[
F
[
_
],
G
[
_
],
A
](
self
:
F
[
G
[
A
]])
def
parSequence
(
implicit
parTraverse
:
ParTraverse
[
F
,
G
]):
G
[
F
[
A
]]
def
sequence
(
implicit
traverse
:
Traverse
[
F
,
G
]):
G
[
F
[
A
]]
In this article
Attributes
Members list
Extensions
Extensions