Packages

sealed trait IterableMatcher[T, B] extends MatcherBuilder[T] with Matcher[T]

Source
SCollectionMatchers.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IterableMatcher
  2. Matcher
  3. Function1
  4. MatcherBuilder
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class AndBeWord extends AnyRef
    Definition Classes
    Matcher
  2. final class AndContainWord extends AnyRef
    Definition Classes
    Matcher
  3. final class AndEndWithWord extends AnyRef
    Definition Classes
    Matcher
  4. final class AndFullyMatchWord extends AnyRef
    Definition Classes
    Matcher
  5. final class AndHaveWord extends AnyRef
    Definition Classes
    Matcher
  6. final class AndIncludeWord extends AnyRef
    Definition Classes
    Matcher
  7. final class AndNotWord extends AnyRef
    Definition Classes
    Matcher
  8. final class AndStartWithWord extends AnyRef
    Definition Classes
    Matcher
  9. type AssertBuilder = (From) => To
    Definition Classes
    MatcherBuilder
  10. type From = IterableAssert[B]
    Definition Classes
    IterableMatcherMatcherBuilder
  11. final class OrBeWord extends AnyRef
    Definition Classes
    Matcher
  12. final class OrContainWord extends AnyRef
    Definition Classes
    Matcher
  13. final class OrEndWithWord extends AnyRef
    Definition Classes
    Matcher
  14. final class OrFullyMatchWord extends AnyRef
    Definition Classes
    Matcher
  15. final class OrHaveWord extends AnyRef
    Definition Classes
    Matcher
  16. final class OrIncludeWord extends AnyRef
    Definition Classes
    Matcher
  17. final class OrNotWord extends AnyRef
    Definition Classes
    Matcher
  18. final class OrStartWithWord extends AnyRef
    Definition Classes
    Matcher
  19. type To = IterableAssert[B]
    Definition Classes
    IterableMatcherMatcherBuilder

Abstract Value Members

  1. abstract def matcher(builder: AssertBuilder): Matcher[T]
    Definition Classes
    MatcherBuilder

Concrete 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. def and(notExist: ResultOfNotExist): MatcherFactory1[T, Existence]
    Definition Classes
    Matcher
  5. def and(existWord: ExistWord): MatcherFactory1[T, Existence]
    Definition Classes
    Matcher
  6. def and(notWord: NotWord): AndNotWord
    Definition Classes
    Matcher
  7. def and(endWithWord: EndWithWord): AndEndWithWord
    Definition Classes
    Matcher
  8. def and(startWithWord: StartWithWord): AndStartWithWord
    Definition Classes
    Matcher
  9. def and(includeWord: IncludeWord): AndIncludeWord
    Definition Classes
    Matcher
  10. def and(fullyMatchWord: FullyMatchWord): AndFullyMatchWord
    Definition Classes
    Matcher
  11. def and(beWord: BeWord): AndBeWord
    Definition Classes
    Matcher
  12. def and(containWord: ContainWord)(implicit prettifier: Prettifier, pos: Position): AndContainWord
    Definition Classes
    Matcher
  13. def and(haveWord: HaveWord): AndHaveWord
    Definition Classes
    Matcher
  14. def and[U, TC1[_]](rightMatcherFactory1: MatcherFactory1[U, TC1]): MatcherFactory1[T with U, TC1]
    Definition Classes
    Matcher
  15. def and[U <: T](rightMatcher: Matcher[U]): Matcher[U]
    Definition Classes
    Matcher
  16. def andThen[A](g: (MatchResult) => A): (T) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  17. def apply(left: T): MatchResult
    Definition Classes
    IterableMatcher → Matcher → Function1
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  20. def compose[U](g: (U) => T): Matcher[U]
    Definition Classes
    Matcher → Function1
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def mapArgs(prettify: (Any) => String): Matcher[T]
    Definition Classes
    Matcher
  28. def mapResult(prettify: (MatchResult) => MatchResult): Matcher[T]
    Definition Classes
    Matcher
  29. def matcher: Matcher[T]
    Definition Classes
    MatcherBuilder
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def or(notExist: ResultOfNotExist): MatcherFactory1[T, Existence]
    Definition Classes
    Matcher
  34. def or(existWord: ExistWord): MatcherFactory1[T, Existence]
    Definition Classes
    Matcher
  35. def or(notWord: NotWord): OrNotWord
    Definition Classes
    Matcher
  36. def or(endWithWord: EndWithWord): OrEndWithWord
    Definition Classes
    Matcher
  37. def or(startWithWord: StartWithWord): OrStartWithWord
    Definition Classes
    Matcher
  38. def or(includeWord: IncludeWord): OrIncludeWord
    Definition Classes
    Matcher
  39. def or(fullyMatchWord: FullyMatchWord): OrFullyMatchWord
    Definition Classes
    Matcher
  40. def or(beWord: BeWord): OrBeWord
    Definition Classes
    Matcher
  41. def or(containWord: ContainWord)(implicit prettifier: Prettifier, pos: Position): OrContainWord
    Definition Classes
    Matcher
  42. def or(haveWord: HaveWord): OrHaveWord
    Definition Classes
    Matcher
  43. def or[U, TC1[_]](rightMatcherFactory1: MatcherFactory1[U, TC1]): MatcherFactory1[T with U, TC1]
    Definition Classes
    Matcher
  44. def or[U <: T](rightMatcher: Matcher[U]): Matcher[U]
    Definition Classes
    Matcher
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Matcher[T]

Inherited from (T) => MatchResult

Inherited from MatcherBuilder[T]

Inherited from AnyRef

Inherited from Any

Ungrouped