specs2-fp
specs2-fp
API
org.specs2.fp
Applicative
Applicative
ApplicativeSyntax
EitherSyntax
Foldable
Foldable
given_Foldable_LazyList
given_Foldable_List
given_Foldable_Vector
FoldableSyntax
Functor
Functor
OptionFunctor
FunctorSyntax
FunctorSyntax
Identityx
Identityx
Memo
Memo
Monad
Monad
idMonad
optionMonad
MonadSyntax
MonadFlattenOps
MonadOps
Monoid
Monoid
Name
Name
name
NaturalTransformation
NaturalTransformation
Need
Need
Semigroup
Semigroup
SemigroupSyntax
Show
Show
ShowSyntax
Traverse
Traversal
Traverse
listInstance
TraverseSyntax
TraverseSyntax
Tree
Tree
Leaf
Node
TreeLoc
TreeLoc
Value
syntax
specs2-fp
/
org.specs2.fp
/
Monoid
Monoid
org.specs2.fp.Monoid
See the
Monoid
companion trait
object
Monoid
Attributes
Companion
trait
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Monoid
.type
Members list
Clear all
Value members
Concrete methods
def
apply
[
F
](
using
F
:
Monoid
[
F
]):
Monoid
[
F
]
def
instance
[
A
](
f
: (
A
,
=>
A
)
=>
A
,
z
:
A
):
Monoid
[
A
]
Make an append and zero into an instance.
Make an append and zero into an instance.
Attributes
Givens
Givens
given
intMonoid
:
Monoid
[
Int
]
given
listMonoid
[
A
]:
Monoid
[
List
[
A
]]
given
mapMonoid
[
K
,
V
](
using
evidence$1
:
Monoid
[
V
]):
Monoid
[
Map
[
K
,
V
]]
given
seqMonoid
[
A
]:
Monoid
[
Seq
[
A
]]
given
streamMonoid
[
A
]:
Monoid
[
LazyList
[
A
]]
given
stringMonoid
:
Monoid
[
String
]
given
vectorMonoid
[
A
]:
Monoid
[
Vector
[
A
]]
In this article
Attributes
Members list
Value members
Concrete methods
Givens
Givens