object Flag extends Serializable

Source
Flag.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Flag
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val Disabled: Flag

    Flag that is initialized to false.

  2. val Enabled: Flag

    Flag that is initialized to true.

  3. def apply(): Flag
  4. def create(): Flag

    Java API: Flag that is initialized to false.

  5. val empty: Flag

    Flag that is initialized to false.