slick
.
direct
.
CustomNodes
Nullsorting
Related Docs:
object Nullsorting
|
package CustomNodes
final
case class
Nullsorting
(
value:
Node
,
sorting:
Sorting
)
extends
UnaryNode
with
SimplyTypedNode
with
Product
with
Serializable
Source
SlickBackend.scala
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
SimplyTypedNode
,
UnaryNode
,
Node
,
Dumpable
,
AnyRef
,
Any
Type Hierarchy
Learn more about scaladoc diagrams
Nullsorting
UnaryNode
SimplyTypedNode
Product
Serializable
Ordering
Alphabetic
By inheritance
Inherited
Nullsorting
Serializable
Serializable
Product
Equals
SimplyTypedNode
UnaryNode
Node
Dumpable
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Nullsorting
(
value:
Node
,
sorting:
Sorting
)
Type Members
type
Self
=
Nullsorting
Definition Classes
Nullsorting
→ SimplyTypedNode → Node
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
Nullsorting
to
any2stringadd
[
Nullsorting
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
Nullsorting
,
B
)
Implicit information
This member is added by an implicit conversion from
Nullsorting
to
ArrowAssoc
[
Nullsorting
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
buildType
:
Type
Attributes
protected
Definition Classes
Nullsorting
→ SimplyTypedNode
def
child
:
Node
Definition Classes
Nullsorting
→ UnaryNode
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
ensuring
(
cond: (
Nullsorting
) ⇒
Boolean
,
msg: ⇒
Any
)
:
Nullsorting
Implicit information
This member is added by an implicit conversion from
Nullsorting
to
Ensuring
[
Nullsorting
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
Nullsorting
) ⇒
Boolean
)
:
Nullsorting
Implicit information
This member is added by an implicit conversion from
Nullsorting
to
Ensuring
[
Nullsorting
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
Nullsorting
Implicit information
This member is added by an implicit conversion from
Nullsorting
to
Ensuring
[
Nullsorting
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
Nullsorting
Implicit information
This member is added by an implicit conversion from
Nullsorting
to
Ensuring
[
Nullsorting
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
Nullsorting
to
StringFormat
[
Nullsorting
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getDumpInfo
:
DumpInfo
Definition Classes
Node → Dumpable
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
nodeBuildTypedNode
[
T >:
Nullsorting
.this.type <:
Node
]
(
newNode:
T
,
newType:
Type
)
:
T
Definition Classes
Node
def
nodeChildNames
:
Seq
[
String
]
Definition Classes
Nullsorting
→ Node
lazy val
nodeChildren
:
Seq
[
Node
]
Definition Classes
UnaryNode → Node
def
nodeHasType
:
Boolean
Definition Classes
Node
final
def
nodeMapChildren
(
f: (
Node
) ⇒
Node
,
keepType:
Boolean
)
:
Self
Definition Classes
Node
def
nodePeekType
:
Type
Definition Classes
Node
def
nodeRebuild
(
child:
Node
)
:
Nullsorting
Attributes
protected[this]
Definition Classes
Nullsorting
→ UnaryNode
final
def
nodeRebuild
(
ch:
IndexedSeq
[
Node
]
)
:
Self
Attributes
protected[this]
Definition Classes
UnaryNode → Node
final
def
nodeRebuildOrThis
(
ch:
IndexedSeq
[
Node
]
)
:
Self
Attributes
protected[this]
Definition Classes
Node
def
nodeRebuildWithType
(
tpe:
Type
)
:
Self
Definition Classes
Node
def
nodeType
:
Type
Definition Classes
Node
final
def
nodeTyped
(
tpe:
Type
)
:
Nullsorting
.this.type
Definition Classes
Node
final
def
nodeTypedOrCopy
(
tpe:
Type
)
:
Self
Definition Classes
Node
final
def
nodeUntypedOrCopy
:
Self
Definition Classes
Node
final
def
nodeWithComputedType
(
scope:
SymbolScope
,
typeChildren:
Boolean
,
retype:
Boolean
)
:
Self
Definition Classes
Node
final
def
nodeWithComputedType2
(
scope:
SymbolScope
,
typeChildren:
Boolean
,
retype:
Boolean
)
:
Self
Definition Classes
SimplyTypedNode → Node
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
sorting
:
Sorting
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
final
def
toString
()
:
String
Definition Classes
Node → AnyRef → Any
val
value
:
Node
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
(
...
)
def
→
[
B
]
(
y:
B
)
: (
Nullsorting
,
B
)
Implicit information
This member is added by an implicit conversion from
Nullsorting
to
ArrowAssoc
[
Nullsorting
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
SimplyTypedNode
Inherited from
UnaryNode
Inherited from
Node
Inherited from
Dumpable
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
Nullsorting
to
any2stringadd
[
Nullsorting
]
Inherited by implicit conversion StringFormat from
Nullsorting
to
StringFormat
[
Nullsorting
]
Inherited by implicit conversion Ensuring from
Nullsorting
to
Ensuring
[
Nullsorting
]
Inherited by implicit conversion ArrowAssoc from
Nullsorting
to
ArrowAssoc
[
Nullsorting
]
Ungrouped