Packages

object Xor extends MultiBitOp with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Xor
  2. Product
  3. Equals
  4. MultiBitOp
  5. BitOp
  6. NamedEnum
  7. Serializable
  8. Serializable
  9. AnyRef
  10. 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