Packages

sealed abstract class MultiBitOp extends BitOp

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultiBitOp
  2. BitOp
  3. NamedEnum
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val name: String

    Used as a key for a map returned from byName.

    Used as a key for a map returned from byName. It is recommended to override this method uniquely by each case object in the sealed hierarchy.

    Definition Classes
    BitOpNamedEnum
  2. def toString(): String
    Definition Classes
    NamedEnum → AnyRef → Any