match

open fun <T> match(@NotNull result: @NotNull T): IFilter.Result.Match<T>(source)

Returns an instance of Match, with its result set to the given result.

Parameters

result

The result to pass to the created Match result

<T>

The type of the result