Class

org.cvogt.scala.scalar

BooleanExtensions

Related Doc: package scalar

Permalink

implicit final class BooleanExtensions extends AnyVal

Source
scalar.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BooleanExtensions
  2. AnyVal
  3. Any
Implicitly
  1. by AnyExtensions
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BooleanExtensions(left: Boolean)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from BooleanExtensions to any2stringadd[BooleanExtensions] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BooleanExtensions, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from BooleanExtensions to ArrowAssoc[BooleanExtensions] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def ensuring(cond: (BooleanExtensions) ⇒ Boolean, msg: ⇒ Any): BooleanExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from BooleanExtensions to Ensuring[BooleanExtensions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  8. def ensuring(cond: (BooleanExtensions) ⇒ Boolean): BooleanExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from BooleanExtensions to Ensuring[BooleanExtensions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: Boolean, msg: ⇒ Any): BooleanExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from BooleanExtensions to Ensuring[BooleanExtensions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean): BooleanExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from BooleanExtensions to Ensuring[BooleanExtensions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from BooleanExtensions to StringFormat[BooleanExtensions] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  12. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  13. def implies(right: ⇒ Boolean): Boolean

    Permalink

    Boolean algebra implication.

  14. def in(set: Set[BooleanExtensions]): Boolean

    Permalink

    Tests whether the given set contains this value as an element

    Tests whether the given set contains this value as an element

    Implicit information
    This member is added by an implicit conversion from BooleanExtensions to AnyExtensions[BooleanExtensions] performed by method AnyExtensions in org.cvogt.scala.scalar.
    Definition Classes
    AnyExtensions
  15. def in(seq: Seq[BooleanExtensions]): Boolean

    Permalink

    Tests whether the given sequence contains this value as an element

    Tests whether the given sequence contains this value as an element

    Implicit information
    This member is added by an implicit conversion from BooleanExtensions to AnyExtensions[BooleanExtensions] performed by method AnyExtensions in org.cvogt.scala.scalar.
    Definition Classes
    AnyExtensions
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val left: Boolean

    Permalink
  18. def map[T](value: ⇒ T): Option[T]

    Permalink

    chained syntax for if(bool) Some(value) else None

  19. def notIn(set: Set[BooleanExtensions]): Boolean

    Permalink

    Tests whether the given set does NOT contains this value as an element

    Tests whether the given set does NOT contains this value as an element

    Implicit information
    This member is added by an implicit conversion from BooleanExtensions to AnyExtensions[BooleanExtensions] performed by method AnyExtensions in org.cvogt.scala.scalar.
    Definition Classes
    AnyExtensions
  20. def notIn(seq: Seq[BooleanExtensions]): Boolean

    Permalink

    Tests whether the given sequence does NOT contains this value as an element

    Tests whether the given sequence does NOT contains this value as an element

    Implicit information
    This member is added by an implicit conversion from BooleanExtensions to AnyExtensions[BooleanExtensions] performed by method AnyExtensions in org.cvogt.scala.scalar.
    Definition Classes
    AnyExtensions
  21. def toString(): String

    Permalink
    Definition Classes
    Any
  22. val value: BooleanExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from BooleanExtensions to AnyExtensions[BooleanExtensions] performed by method AnyExtensions in org.cvogt.scala.scalar.
    Definition Classes
    AnyExtensions
  23. def xor(right: ⇒ Boolean): Boolean

    Permalink

    Boolean algebra xor.

  24. def [B](y: B): (BooleanExtensions, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from BooleanExtensions to ArrowAssoc[BooleanExtensions] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion AnyExtensions from BooleanExtensions to AnyExtensions[BooleanExtensions]

Inherited by implicit conversion any2stringadd from BooleanExtensions to any2stringadd[BooleanExtensions]

Inherited by implicit conversion StringFormat from BooleanExtensions to StringFormat[BooleanExtensions]

Inherited by implicit conversion Ensuring from BooleanExtensions to Ensuring[BooleanExtensions]

Inherited by implicit conversion ArrowAssoc from BooleanExtensions to ArrowAssoc[BooleanExtensions]

Ungrouped