org
.
opencypher
.
okapi
.
api
types
package
types
Visibility
Public
All
Type Members
final
case class
CTList
(
elementType:
CypherType
)
extends
MaterialDefiniteCypherType
with
Product
with
Serializable
final
case class
CTListOrNull
(
eltType:
CypherType
)
extends
NullableDefiniteCypherType
with
Product
with
Serializable
sealed
case class
CTNode
(
labels:
Set
[
String
]
)
extends
MaterialDefiniteCypherType
with
Product
with
Serializable
sealed
case class
CTNodeOrNull
(
labels:
Set
[
String
]
)
extends
NullableDefiniteCypherType
with
Product
with
Serializable
sealed
case class
CTRelationship
(
types:
Set
[
String
]
)
extends
MaterialDefiniteCypherType
with
Product
with
Serializable
sealed
case class
CTRelationshipOrNull
(
types:
Set
[
String
]
)
extends
NullableDefiniteCypherType
with
Product
with
Serializable
sealed
trait
CypherType
extends
Serializable
sealed
trait
DefiniteCypherType
extends
AnyRef
sealed
trait
MaterialCypherType
extends
CypherType
sealed
trait
NullableCypherType
extends
CypherType
sealed
trait
Ternary
extends
AnyRef
sealed
trait
WildcardCypherType
extends
AnyRef
Value Members
object
CTAny
extends
MaterialDefiniteCypherType
with
DefaultOrNull
with
Product
with
Serializable
object
CTAnyOrNull
extends
NullableDefiniteCypherType
with
Product
with
Serializable
object
CTBoolean
extends
MaterialDefiniteCypherLeafType
with
Product
with
Serializable
object
CTBooleanOrNull
extends
NullableDefiniteCypherType
with
Product
with
Serializable
object
CTFloat
extends
MaterialDefiniteCypherLeafType
with
Product
with
Serializable
object
CTFloatOrNull
extends
NullableDefiniteCypherType
with
Product
with
Serializable
object
CTInteger
extends
MaterialDefiniteCypherLeafType
with
Product
with
Serializable
object
CTIntegerOrNull
extends
NullableDefiniteCypherType
with
Product
with
Serializable
object
CTMap
extends
MaterialDefiniteCypherType
with
DefaultOrNull
with
Product
with
Serializable
object
CTMapOrNull
extends
NullableDefiniteCypherType
with
Product
with
Serializable
object
CTNode
extends
CTNode
with
Serializable
object
CTNodeOrNull
extends
CTNodeOrNull
with
Serializable
object
CTNull
extends
NullableDefiniteCypherType
with
Product
with
Serializable
object
CTNumber
extends
MaterialDefiniteCypherType
with
DefaultOrNull
with
Product
with
Serializable
object
CTNumberOrNull
extends
NullableDefiniteCypherType
with
Product
with
Serializable
object
CTPath
extends
MaterialDefiniteCypherLeafType
with
Product
with
Serializable
object
CTPathOrNull
extends
NullableDefiniteCypherType
with
Product
with
Serializable
object
CTRelationship
extends
CTRelationship
with
Serializable
object
CTRelationshipOrNull
extends
CTRelationshipOrNull
with
Serializable
object
CTString
extends
MaterialDefiniteCypherLeafType
with
Product
with
Serializable
object
CTStringOrNull
extends
NullableDefiniteCypherType
with
Product
with
Serializable
object
CTVoid
extends
MaterialDefiniteCypherType
with
Product
with
Serializable
object
CTWildcard
extends
MaterialCypherType
with
WildcardCypherType
with
Product
with
Serializable
object
CypherType
extends
Serializable
object
False
extends
DefiniteTernary
with
Product
with
Serializable
object
Maybe
extends
Ternary
with
Product
with
Serializable
object
Ternary
object
True
extends
DefiniteTernary
with
Product
with
Serializable
Ungrouped