matchingBy

fun <T> MokkeryMatcherScope.matchingBy(function: (T) -> Boolean): T(source)

Deprecated

Renamed to `matchesBy`.

Replace with

import dev.mokkery.matcher.matchesBy
matchesBy(function)

DEPRECATED: Renamed to matchesBy