org.scalactic.SortedEquaPath.SortedEquaBridge

SortedWithFilter

class SortedWithFilter extends WithFilter

A class supporting filtered operations. Instances of this class are returned by method withFilter.

Source
SortedEquaPath.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SortedWithFilter
  2. WithFilter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SortedWithFilter(p: (S) ⇒ Boolean)

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def flatMap(f: (S) ⇒ SortedEquaPath.EquaSet): SortedEquaSet

    Builds a new SortedEquaSet by applying a function to all elements of the outer SortedEquaBridge containing this SortedWithFilter instance that satisfy predicate p and concatenating the results.

    Builds a new SortedEquaSet by applying a function to all elements of the outer SortedEquaBridge containing this SortedWithFilter instance that satisfy predicate p and concatenating the results.

    f

    the function to apply to each element.

    returns

    a new SortedEquaSet resulting from applying the given EquaSet-valued function f to each element of the outer SortedEquaBridge that satisfies predicate p and concatenating the results.

    Definition Classes
    SortedWithFilterWithFilter
  10. def foreach[U](f: (S) ⇒ U): Unit

    Applies a function f to all elements of the outer EquaBridge containing this WithFilter instance that satisfy predicate p.

    Applies a function f to all elements of the outer EquaBridge containing this WithFilter instance that satisfy predicate p.

    U

    the type parameter describing the result of function f. This result will always be ignored. Typically U is Unit, but this is not necessary.

    f

    the function that is applied for its side-effect to every element. The result of function f is discarded.

    Definition Classes
    WithFilter
  11. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  14. def map(f: (S) ⇒ T): SortedEquaSet

    Builds a new SortedEquaSet by applying a function to all elements of the outer SortedEquaBridge containing this SortedWithFilter instance that satisfy predicate p.

    Builds a new SortedEquaSet by applying a function to all elements of the outer SortedEquaBridge containing this SortedWithFilter instance that satisfy predicate p.

    f

    the function to apply to each element.

    returns

    a new SortedEquaSet resulting from applying the given function f to each element of the outer SortedEquaBridge that satisfies predicate p and collecting the results.

    Definition Classes
    SortedWithFilterWithFilter
  15. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  19. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def withFilter(q: (S) ⇒ Boolean): SortedWithFilter

    Further refines the filter for this SortedEquaBridge.

    Further refines the filter for this SortedEquaBridge.

    q

    the predicate used to test elements.

    returns

    an object of class WithFilter, which supports map, flatMap, foreach, and withFilter operations. All these operations apply to those elements of this SortedEquaBridge which satisfy the predicate q in addition to the predicate p.

    Definition Classes
    SortedWithFilterWithFilter

Inherited from AnyRef

Inherited from Any

Ungrouped