case class InMemoryTestNode(id: Long, labels: Set[String], properties: CypherMap) extends CypherNode[Long] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InMemoryTestNode
- Serializable
- Serializable
- CypherNode
- CypherEntity
- MaterialCypherValue
- CypherValue
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InMemoryTestNode(id: Long, labels: Set[String], properties: CypherMap)
Type Members
-
type
I = InMemoryTestNode
- Definition Classes
- InMemoryTestNode → CypherNode → CypherEntity
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
as[V](implicit arg0: ClassTag[V]): Option[V]
- Definition Classes
- CypherValue
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
canEqual(that: Any): Boolean
- Definition Classes
- CypherNode → Equals
-
def
cast[V](implicit arg0: ClassTag[V]): V
- Definition Classes
- CypherValue
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
copy(id: Long = id, labels: Set[String] = labels, properties: CypherMap = properties): InMemoryTestNode.this.type
- Definition Classes
- InMemoryTestNode → CypherNode
-
def
cypherType: CypherType
- Definition Classes
- CypherNode → CypherValue
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- CypherEntity → CypherValue → Equals → AnyRef → Any
- def equalsSemantically(other: I): Boolean
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getValue: Option[CypherNode[Long]]
- Definition Classes
- MaterialCypherValue → CypherValue
-
def
hashCode(): Int
- Definition Classes
- CypherEntity → CypherValue → AnyRef → Any
-
def
haveEqualValues(a: Iterator[Any], b: Iterator[Any]): Boolean
- Attributes
- protected
- Definition Classes
- CypherEntity
-
val
id: Long
- Definition Classes
- InMemoryTestNode → CypherNode → CypherEntity
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNull: Boolean
- Definition Classes
- CypherValue
-
val
labels: Set[String]
- Definition Classes
- InMemoryTestNode → CypherNode
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
productArity: Int
- Definition Classes
- CypherNode → Product
-
def
productElement(n: Int): Any
- Definition Classes
- CypherNode → Product
-
def
productPrefix: String
- Definition Classes
- CypherEntity → Product
-
val
properties: CypherMap
- Definition Classes
- InMemoryTestNode → CypherEntity
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toCypherString()(implicit formatValue: (Any) ⇒ String): String
- Definition Classes
- CypherValue
-
def
toJson()(implicit formatValue: (Any) ⇒ String): Value
- Definition Classes
- CypherValue
-
def
toString(): String
- Definition Classes
- CypherEntity → CypherValue → AnyRef → Any
-
def
unwrap: CypherNode[Long]
- Definition Classes
- CypherNode → CypherValue
-
def
value: CypherNode[Long]
- Definition Classes
- CypherNode → MaterialCypherValue → CypherValue
-
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
- @native() @throws( ... )
-
def
withLabel(label: String): I
- Definition Classes
- CypherNode
-
def
withProperty(key: String, value: CypherValue): I
- Definition Classes
- CypherNode → CypherEntity