Class

org.cvogt.scala.collection

BooleanGenTraversableOnceExtensions

Related Doc: package collection

Permalink

implicit final class BooleanGenTraversableOnceExtensions extends AnyVal

Source
collection.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BooleanGenTraversableOnceExtensions
  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 BooleanGenTraversableOnceExtensions(coll: GenTraversableOnce[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 BooleanGenTraversableOnceExtensions to any2stringadd[BooleanGenTraversableOnceExtensions] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BooleanGenTraversableOnceExtensions, B)

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

    Permalink
    Definition Classes
    Any
  6. def allTrue: Boolean

    Permalink

    returns true if every element is true

  7. def anyTrue: Boolean

    Permalink

    returns true if if element returns true

  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val coll: GenTraversableOnce[Boolean]

    Permalink
  10. def ensuring(cond: (BooleanGenTraversableOnceExtensions) ⇒ Boolean, msg: ⇒ Any): BooleanGenTraversableOnceExtensions

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

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

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

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

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

    Permalink
    Definition Classes
    AnyVal → Any
  16. def in(set: Set[BooleanGenTraversableOnceExtensions]): 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 BooleanGenTraversableOnceExtensions to AnyExtensions[BooleanGenTraversableOnceExtensions] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  17. def in(seq: Seq[BooleanGenTraversableOnceExtensions]): 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 BooleanGenTraversableOnceExtensions to AnyExtensions[BooleanGenTraversableOnceExtensions] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def notIn(set: Set[BooleanGenTraversableOnceExtensions]): 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 BooleanGenTraversableOnceExtensions to AnyExtensions[BooleanGenTraversableOnceExtensions] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  20. def notIn(seq: Seq[BooleanGenTraversableOnceExtensions]): 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 BooleanGenTraversableOnceExtensions to AnyExtensions[BooleanGenTraversableOnceExtensions] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  21. def toString(): String

    Permalink
    Definition Classes
    Any
  22. val value: BooleanGenTraversableOnceExtensions

    Permalink
    Implicit information
    This member is added by an implicit conversion from BooleanGenTraversableOnceExtensions to AnyExtensions[BooleanGenTraversableOnceExtensions] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  23. def [B](y: B): (BooleanGenTraversableOnceExtensions, B)

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

Inherited from AnyVal

Inherited from Any

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

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

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

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

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

Ungrouped