org.scalactic

enablers

package enablers

Visibility
  1. Public
  2. All

Type Members

  1. trait AggregatingConstraint[-A, R] extends AnyRef

    Typeclass that enables for aggregations certain contain syntax in the ScalaTest matchers DSL.

  2. trait Collecting[E, C] extends AnyRef

    Supertrait for typeclasses that enable loneElement and inspectors syntax for collections.

  3. trait ContainingConstraint[-C, R] extends AnyRef

    Supertrait for typeclasses that enable certain contain matcher syntax for containers.

  4. trait Definition[-T] extends AnyRef

    Supertrait for typeclasses that enable the be defined matcher syntax.

  5. trait Emptiness[-T] extends AnyRef

    Supertrait for typeclasses that enable be empty matcher syntax.

  6. final class EvidenceThat[R] extends AnyRef

  7. trait Existence[-S] extends AnyRef

    Supertrait for typeclasses that enable the exist matcher syntax.

  8. trait Length[T] extends AnyRef

    Supertrait for Length typeclasses.

  9. trait Messaging[T] extends AnyRef

    Supertrait for Messaging typeclasses.

  10. trait Readability[-T] extends AnyRef

    Supertrait for typeclasses that enable the be readable matcher syntax.

  11. trait SafeSeqsConstraint[-C, R] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  12. trait SequencingConstraint[-S, R] extends AnyRef

    Typeclass that enables for sequencing certain contain syntax in the ScalaTest matchers DSL.

  13. trait Size[T] extends AnyRef

    Supertrait for Size typeclasses.

  14. trait Sortable[-S] extends AnyRef

    Supertrait for typeclasses that enable the be sorted matcher syntax.

  15. trait Writability[-T] extends AnyRef

    Supertrait for typeclasses that enable the be writable matcher syntax.

Value Members

  1. object AggregatingConstraint

    Companion object for Aggregating that provides implicit implementations for the following types:

  2. object Collecting

    Companion object for Collecting that provides implicit implementations for the following types:

  3. object ContainingConstraint

    Companion object for Containing that provides implicit implementations for the following types:

  4. object Definition

    Companion object for Definition that provides implicit implementations for the following types:

  5. object Emptiness

    Companion object for Emptiness that provides implicit implementations for the following types:

  6. object EvidenceThat

  7. object Existence

    Companion object for Existence that provides implicit implementations for java.io.File.

  8. object Length

    Companion object for Length that provides implicit implementations for the following types:

  9. object Messaging

    Companion object for Messaging that provides implicit implementations for the following types:

  10. object Readability

    Companion object for Readability that provides implicit implementations for the following types:

  11. object SafeSeqsConstraint

  12. object SequencingConstraint

    Companion object for Sequencing that provides implicit implementations for the following types:

  13. object Size

    Companion object for Length that provides implicit implementations for the following types:

  14. object Sortable

    Companion object for Sortable that provides implicit implementations for the following types:

  15. object Writability

    Companion object for Writability that provides implicit implementations for the following types:

Ungrouped