given_Conversion_Function_Matcher

given given_Conversion_Function_Matcher[T]: Conversion[T => (Boolean, String, String, String), Matcher[T]]

This method transforms a function returning a triplet (condition, message, actual, expected) to a Matcher

Value members

Concrete methods

def apply(f: T => (Boolean, String, String, String)): Matcher[T]

Inherited methods

@unspecialized
def andThen[A](g: Matcher[T] => A): T => (Boolean, String, String, String) => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => T => (Boolean, String, String, String)): A => Matcher[T]
Inherited from
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1

Extensions

Inherited extensions

extension (x: T)
def convert: Matcher[T]

x.convert converts a value x of type T to type U

x.convert converts a value x of type T to type U

Inherited from
Conversion