basis.sequential

Strict

class Strict extends General

Implicit conversions that add general and strictly-evaluated operations to collections.

Linear Supertypes
General, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Strict
  2. General
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Strict()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. implicit def GeneralCollectionOps[A](these: Collection[A]): GeneralCollectionOps[A]

    Definition Classes
    General
    Annotations
    @macroImpl()
  7. implicit def GeneralContainerOps[A](these: Container[A]): GeneralContainerOps[A]

    Definition Classes
    General
    Annotations
    @macroImpl()
  8. implicit def GeneralEnumeratorOps[A](these: Enumerator[A]): GeneralEnumeratorOps[A]

    Definition Classes
    General
    Annotations
    @macroImpl()
  9. implicit def GeneralIndexOps[A](these: Index[A]): GeneralIndexOps[A]

    Definition Classes
    General
    Annotations
    @macroImpl()
  10. implicit def GeneralIteratorOps[A](these: Iterator[A]): GeneralIteratorOps[A]

    Definition Classes
    General
    Annotations
    @macroImpl()
  11. implicit def GeneralMapOps[A, T](these: Map[A, T]): GeneralMapOps[A, T]

    Definition Classes
    General
    Annotations
    @macroImpl()
  12. implicit def GeneralSeqOps[A](these: Seq[A]): GeneralSeqOps[A]

    Definition Classes
    General
    Annotations
    @macroImpl()
  13. implicit def GeneralSetOps[A](these: Set[A]): GeneralSetOps[A]

    Definition Classes
    General
    Annotations
    @macroImpl()
  14. implicit def GeneralStackOps[A](these: Stack[A]): GeneralStackOps[A]

    Definition Classes
    General
    Annotations
    @macroImpl()
  15. implicit def StrictCollectionOps[A](these: Collection[A]): StrictCollectionOps[A, collections.Collection.Family]

    Annotations
    @macroImpl()
  16. implicit def StrictContainerOps[A](these: Container[A]): StrictContainerOps[A, collections.Container.Family]

    Annotations
    @macroImpl()
  17. implicit def StrictEnumeratorOps[A](these: Enumerator[A]): StrictEnumeratorOps[A, collections.Enumerator.Family]

    Annotations
    @macroImpl()
  18. implicit def StrictIndexOps[A](these: Index[A]): StrictIndexOps[A, collections.Index.Family]

    Annotations
    @macroImpl()
  19. implicit def StrictIteratorOps[A](these: Iterator[A]): StrictIteratorOps[A, collections.Iterator.Family]

    Annotations
    @macroImpl()
  20. implicit def StrictMapOps[A, T](these: Map[A, T]): StrictMapOps[A, T, collections.Map.Family]

    Annotations
    @macroImpl()
  21. implicit def StrictSeqOps[A](these: Seq[A]): StrictSeqOps[A, collections.Seq.Family]

    Annotations
    @macroImpl()
  22. implicit def StrictSetOps[A](these: Set[A]): StrictSetOps[A, collections.Set.Family]

    Annotations
    @macroImpl()
  23. implicit def StrictStackOps[A](these: Stack[A]): StrictStackOps[A, collections.Stack.Family]

    Annotations
    @macroImpl()
  24. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  25. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from General

Inherited from AnyRef

Inherited from Any

Ungrouped