match

public static IFilter.Result.Match<T> match<T>(@NotNull() @NotNull() T result)(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