Mode

final case class Mode(bits: Int) extends AnyVal

A collection of mode bits that are part of a context

Companion:
object
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def !=(that: Mode): Boolean
def &(that: Mode): Mode
def &~(that: Mode): Mode
def ==(that: Mode): Boolean
def is(that: Mode): Boolean
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any
def |(that: Mode): Mode

Inherited methods

Inherited from:
Product