c

org.specs2.matcher

LeftDisjunctionMatcher

case class LeftDisjunctionMatcher[T]() extends OptionLikeMatcher[[a]\/[a, _], T, T] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, OptionLikeMatcher[[a]\/[a, _], T, T], Matcher[\/[T, Any]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeftDisjunctionMatcher
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. OptionLikeMatcher
  7. Matcher
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LeftDisjunctionMatcher()

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 ^^[S](f: (S) ⇒ Expectable[\/[T, Any]], dummy: Int): Matcher[S]
    Definition Classes
    Matcher
  5. def ^^[S](f: (S) ⇒ \/[T, Any]): Matcher[S]
    Definition Classes
    Matcher
  6. def and[S <: \/[T, Any]](m: ⇒ Matcher[S]): Matcher[S]
    Definition Classes
    Matcher
  7. def apply[S <: \/[T, Any]](value: Expectable[S]): MatchResult[S]
    Definition Classes
    OptionLikeMatcher → Matcher
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def eventually(retries: Int, sleep: Duration): Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  12. def eventually: Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  13. def failure[S <: \/[T, Any]](message: ⇒ String, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def iff(b: Boolean): Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def lazily: Matcher[() ⇒ \/[T, Any]]
    Definition Classes
    Matcher
  19. def like[R](f: PartialFunction[T, R])(implicit arg0: AsResult[R]): OptionLikeCheckedMatcher[[a]\/[a, _], T, T]
    Definition Classes
    OptionLikeMatcher
  20. def mute: Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def not: Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def or[S <: \/[T, Any]](m: ⇒ Matcher[S]): Matcher[S]
    Definition Classes
    Matcher
  26. def orPending(message: (String) ⇒ String): Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  27. def orPending(m: String): Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  28. def orPending: Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  29. def orSkip(message: (String) ⇒ String): Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  30. def orSkip(m: String): Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  31. def orSkip: Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  32. def result[S <: \/[T, Any]](other: MatchResultMessages.MatchResultMessage, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  33. def result[S <: \/[T, Any]](other: Result, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  34. def result[S <: \/[T, Any]](other: MatchResult[_], value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  35. def result[S <: \/[T, Any]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S], details: Details): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  36. def result[S <: \/[T, Any]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S], expected: String, actual: String): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  37. def result[S <: \/[T, Any]](triplet: ⇒ (Boolean, String, String), value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  38. def result[S <: \/[T, Any]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  39. def setMessage(message: String): Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  40. def success[S <: \/[T, Any]](message: ⇒ String, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def test: (\/[T, Any]) ⇒ Boolean
    Definition Classes
    Matcher
  43. def unless(b: Boolean, m: String): Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  44. def updateMessage(f: (String) ⇒ String): Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  48. def when(b: Boolean, m: String): Matcher[\/[T, Any]]
    Definition Classes
    Matcher
  49. def which[R](f: (T) ⇒ R)(implicit arg0: AsResult[R]): OptionLikeCheckedMatcher[[a]\/[a, _], T, T]
    Definition Classes
    OptionLikeMatcher

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from OptionLikeMatcher[[a]\/[a, _], T, T]

Inherited from Matcher[\/[T, Any]]

Inherited from AnyRef

Inherited from Any

Ungrouped