scales
.
utils
Top
case class
Top
[
Item <:
LeftLike
[
Item
,
Tree
[
Item
,
Section
,
CC
]]
,
Section
,
CC
[
X
]
<:
IndexedSeqLike
[
X
,
CC
[
X
]]
]
()
extends
LeftLike
[
Top
[
Item
,
Section
,
CC
],
Path
[
Item
,
Section
,
CC
]] with
Product
with
Serializable
Represents the Top for a given Path, there isn't a tree above this
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
LeftLike
[
Top
[
Item
,
Section
,
CC
],
Path
[
Item
,
Section
,
CC
]],
EitherLike
[
Top
[
Item
,
Section
,
CC
],
Path
[
Item
,
Section
,
CC
]],
LeftLikeProjection
[
Top
[
Item
,
Section
,
CC
]],
AnyRef
,
Any
Type Hierarchy
Learn more about scaladoc diagrams
Top[Item, Section, CC]
LeftLike[Top[Item, Section, CC], Path[Item, Section, CC]]
Product
Serializable
Ordering
Alphabetic
By inheritance
Inherited
Top
Serializable
Serializable
Product
Equals
LeftLike
EitherLike
LeftLikeProjection
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Top
()
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
fold
[
X
]
(
fl: (
Top
[
Item
,
Section
,
CC
]) ⇒
X
,
fr: (
Path
[
Item
,
Section
,
CC
]) ⇒
X
)
:
X
Definition Classes
LeftLike
→
EitherLike
Annotations
@inline
()
final
def
get
:
Top
[
Item
,
Section
,
CC
]
Definition Classes
LeftLike
→
LeftLikeProjection
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
getLeft
:
Top
[
Item
,
Section
,
CC
]
Definition Classes
LeftLike
→
EitherLike
Annotations
@inline
()
final
def
getRight
:
Path
[
Item
,
Section
,
CC
]
Definition Classes
LeftLike
→
EitherLike
Annotations
@inline
()
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
isLeft
:
Boolean
Definition Classes
LeftLike
→
EitherLike
Annotations
@inline
()
final
def
isRight
:
Boolean
Definition Classes
LeftLike
→
EitherLike
Annotations
@inline
()
final
def
left
:
LeftLikeProjection
[
Top
[
Item
,
Section
,
CC
]]
Definition Classes
LeftLike
→
EitherLike
Annotations
@inline
()
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
right
:
RightLikeProjection
[
Path
[
Item
,
Section
,
CC
]]
Definition Classes
LeftLike
→
EitherLike
Annotations
@inline
()
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
LeftLike
[
Top
[
Item
,
Section
,
CC
],
Path
[
Item
,
Section
,
CC
]]
Inherited from
EitherLike
[
Top
[
Item
,
Section
,
CC
],
Path
[
Item
,
Section
,
CC
]]
Inherited from
LeftLikeProjection
[
Top
[
Item
,
Section
,
CC
]]
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Represents the Top for a given Path, there isn't a tree above this