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
/
Tree
Tree
org.specs2.fp.Tree
See the
Tree
companion class
object
Tree
Attributes
Companion
class
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Tree
.type
Members list
Clear all
Type members
Classlikes
object
Leaf
Attributes
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Leaf
.type
object
Node
Attributes
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Node
.type
Value members
Concrete methods
def
apply
[
A
](
root
:
=>
A
):
Tree
[
A
]
def
unfoldForest
[
A
,
B
](
s
:
LazyList
[
A
])(
f
:
A
=>
(
B
, ()
=>
LazyList
[
A
])):
LazyList
[
Tree
[
B
]]
def
unfoldTree
[
A
,
B
](
v
:
A
)(
f
:
A
=>
(
B
, ()
=>
LazyList
[
A
])):
Tree
[
B
]
In this article
Attributes
Members list
Type members
Classlikes
Value members
Concrete methods