Flag

org.apache.pekko.cluster.ddata.Flag$
See theFlag companion class
object Flag

Attributes

Companion
class
Source
Flag.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Flag.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(): Flag

Attributes

Source
Flag.scala
def create(): Flag

Java API: Flag that is initialized to false.

Java API: Flag that is initialized to false.

Attributes

Source
Flag.scala

Concrete fields

val Disabled: Flag

Flag that is initialized to false.

Flag that is initialized to false.

Attributes

Source
Flag.scala
val Enabled: Flag

Flag that is initialized to true.

Flag that is initialized to true.

Attributes

Source
Flag.scala
val empty: Flag

Flag that is initialized to false.

Flag that is initialized to false.

Attributes

Source
Flag.scala