class StructuredMatcher[T] extends Matcher[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StructuredMatcher
- Matcher
- Function1
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StructuredMatcher(right: T)(implicit pm: PatchMaker[T])
Type Members
-
final
class
AndBeWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
AndContainWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
AndEndWithWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
AndFullyMatchWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
AndHaveWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
AndIncludeWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
AndNotWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
AndStartWithWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
OrBeWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
OrContainWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
OrEndWithWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
OrFullyMatchWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
OrHaveWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
OrIncludeWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
OrNotWord extends AnyRef
- Definition Classes
- Matcher
-
final
class
OrStartWithWord extends AnyRef
- Definition Classes
- Matcher
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from StructuredMatcher[T] to any2stringadd[StructuredMatcher[T]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (StructuredMatcher[T], B)
- Implicit
- This member is added by an implicit conversion from StructuredMatcher[T] to ArrowAssoc[StructuredMatcher[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
and(notExist: ResultOfNotExist): MatcherFactory1[T, Existence]
- Definition Classes
- Matcher
-
def
and(existWord: ExistWord): MatcherFactory1[T, Existence]
- Definition Classes
- Matcher
-
def
and(notWord: NotWord): AndNotWord
- Definition Classes
- Matcher
-
def
and(endWithWord: EndWithWord): AndEndWithWord
- Definition Classes
- Matcher
-
def
and(startWithWord: StartWithWord): AndStartWithWord
- Definition Classes
- Matcher
-
def
and(includeWord: IncludeWord): AndIncludeWord
- Definition Classes
- Matcher
-
def
and(fullyMatchWord: FullyMatchWord): AndFullyMatchWord
- Definition Classes
- Matcher
-
def
and(beWord: BeWord): AndBeWord
- Definition Classes
- Matcher
-
def
and(containWord: ContainWord)(implicit prettifier: Prettifier, pos: Position): AndContainWord
- Definition Classes
- Matcher
-
def
and(haveWord: HaveWord): AndHaveWord
- Definition Classes
- Matcher
-
def
and[U, TC1[_]](rightMatcherFactory1: MatcherFactory1[U, TC1]): MatcherFactory1[T with U, TC1]
- Definition Classes
- Matcher
-
def
and[U <: T](rightMatcher: Matcher[U]): Matcher[U]
- Definition Classes
- Matcher
-
def
andThen[A](g: (MatchResult) ⇒ A): (T) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(left: T): MatchResult
- Definition Classes
- StructuredMatcher → Matcher → Function1
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
compose[U](g: (U) ⇒ T): Matcher[U]
- Definition Classes
- Matcher → Function1
-
def
ensuring(cond: (StructuredMatcher[T]) ⇒ Boolean, msg: ⇒ Any): StructuredMatcher[T]
- Implicit
- This member is added by an implicit conversion from StructuredMatcher[T] to Ensuring[StructuredMatcher[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (StructuredMatcher[T]) ⇒ Boolean): StructuredMatcher[T]
- Implicit
- This member is added by an implicit conversion from StructuredMatcher[T] to Ensuring[StructuredMatcher[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): StructuredMatcher[T]
- Implicit
- This member is added by an implicit conversion from StructuredMatcher[T] to Ensuring[StructuredMatcher[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): StructuredMatcher[T]
- Implicit
- This member is added by an implicit conversion from StructuredMatcher[T] to Ensuring[StructuredMatcher[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapArgs(prettify: (Any) ⇒ String): Matcher[T]
- Definition Classes
- Matcher
-
def
mapResult(prettify: (MatchResult) ⇒ MatchResult): Matcher[T]
- Definition Classes
- Matcher
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
or(notExist: ResultOfNotExist): MatcherFactory1[T, Existence]
- Definition Classes
- Matcher
-
def
or(existWord: ExistWord): MatcherFactory1[T, Existence]
- Definition Classes
- Matcher
-
def
or(notWord: NotWord): OrNotWord
- Definition Classes
- Matcher
-
def
or(endWithWord: EndWithWord): OrEndWithWord
- Definition Classes
- Matcher
-
def
or(startWithWord: StartWithWord): OrStartWithWord
- Definition Classes
- Matcher
-
def
or(includeWord: IncludeWord): OrIncludeWord
- Definition Classes
- Matcher
-
def
or(fullyMatchWord: FullyMatchWord): OrFullyMatchWord
- Definition Classes
- Matcher
-
def
or(beWord: BeWord): OrBeWord
- Definition Classes
- Matcher
-
def
or(containWord: ContainWord)(implicit prettifier: Prettifier, pos: Position): OrContainWord
- Definition Classes
- Matcher
-
def
or(haveWord: HaveWord): OrHaveWord
- Definition Classes
- Matcher
-
def
or[U, TC1[_]](rightMatcherFactory1: MatcherFactory1[U, TC1]): MatcherFactory1[T with U, TC1]
- Definition Classes
- Matcher
-
def
or[U <: T](rightMatcher: Matcher[U]): Matcher[U]
- Definition Classes
- Matcher
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (StructuredMatcher[T], B)
- Implicit
- This member is added by an implicit conversion from StructuredMatcher[T] to ArrowAssoc[StructuredMatcher[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from StructuredMatcher[T] to StringFormat[StructuredMatcher[T]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.