ldbc.core.model

package ldbc.core.model

Members list

Type members

Classlikes

trait Enum

Trait for using enum with Ldbc. It will be unnecessary if enums can be identified by type parameters.

Trait for using enum with Ldbc. It will be unnecessary if enums can be identified by type parameters.

example:

 enum Status extends Enum:
   case Active, InActive
 object Status extends EnumDataType[Status]

Attributes

Source
EnumDataType.scala
Supertypes
class Object
trait Matchable
class Any
trait EnumDataType[T <: Enum]

Trait inherited to access the standard implementation that the generated enum has. It will be unnecessary if enums can be identified by type parameters.

Trait inherited to access the standard implementation that the generated enum has. It will be unnecessary if enums can be identified by type parameters.

Type parameters

T

Trait for using enum with Ldbc.

Attributes

Source
EnumDataType.scala
Supertypes
class Object
trait Matchable
class Any