Skip

class Skip<T> : FilterResult<T> (source)

Represents a skipping filter result.

Parameters

T

The type a Filter would return in case of a match

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard

If the current FilterResult is FilterResult.Match, change its result to the given one. Otherwise, return the original.