Object

org.opencypher.okapi.api.types.CTWildcard

nullable

Related Doc: package CTWildcard

Permalink

object nullable extends NullableCypherType with WildcardCypherType with Serializable

Definition Classes
CTWildcardWildcardCypherTypeCypherType
Linear Supertypes
WildcardCypherType, NullableCypherType, CypherType, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. nullable
  2. WildcardCypherType
  3. NullableCypherType
  4. CypherType
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def alwaysSameTypeAs(other: CypherType): Boolean

    Permalink
    Definition Classes
    CypherType
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def asNullableAs(typ: CypherType): CypherType

    Permalink
    Definition Classes
    CypherType
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def containsNullable: Boolean

    Permalink
    Definition Classes
    CypherType
  9. def containsWildcard: Boolean

    Permalink
    Definition Classes
    CypherType
  10. final def couldBeSameTypeAs(other: CypherType): Boolean

    Permalink
    Definition Classes
    CypherType
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def isInhabited: Ternary

    Permalink
    Definition Classes
    CypherType
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def isNullable: Boolean

    Permalink
    Definition Classes
    NullableCypherTypeCypherType
  19. final def isWildcard: Boolean

    Permalink
    Definition Classes
    WildcardCypherType
  20. final def join(other: CypherType): CypherType

    Permalink

    join == union type == smallest shared super type

    join == union type == smallest shared super type

    Definition Classes
    CypherType
  21. def material: CTWildcard.type

    Permalink
    Definition Classes
    nullableWildcardCypherTypeCypherType
  22. final def meet(other: CypherType): CypherType

    Permalink

    meet == intersection type == largest shared sub type

    meet == intersection type == largest shared sub type

    Definition Classes
    CypherType
  23. def name: String

    Permalink
    Definition Classes
    nullableCypherType
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def nullable: CTWildcard.nullable.type

    Permalink
    Definition Classes
    nullableWildcardCypherTypeCypherType
  28. def sameTypeAs(other: CypherType): Ternary

    Permalink
    Definition Classes
    nullableCypherType
  29. final def subTypeOf(other: CypherType): Ternary

    Permalink
    Definition Classes
    CypherType
  30. def superTypeOf(other: CypherType): Ternary

    Permalink

    A type U is a super type of a type V iff it holds that any value of type V is also a value of type U

    A type U is a super type of a type V iff it holds that any value of type V is also a value of type U

    returns

    true if this type is a super type of other

    Definition Classes
    nullableNullableCypherTypeCypherType
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. final def toString(): String

    Permalink
    Definition Classes
    CypherType → AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def wildcardErasedSubType: CTNull.type

    Permalink
    Definition Classes
    nullableNullableCypherTypeCypherType
  37. def wildcardErasedSuperType: NullableDefiniteCypherType

    Permalink
    Definition Classes
    nullableNullableCypherTypeCypherType

Inherited from WildcardCypherType

Inherited from NullableCypherType

Inherited from CypherType

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped