interface AtLeastCheckerOption<out E, out T : Iterable<E>, out S>
Represents the extension point for another option after a |
|
interface AtMostCheckerOption<out E, out T : Iterable<E>, out S>
Represents the extension point for another option after a |
|
interface ButAtMostCheckerOption<out E, out T : Iterable<E>, out S>
Represents the extension point for another option after a |
|
interface ExactlyCheckerOption<out E, out T : Iterable<E>, out S>
Represents the extension point for another option after a |
|
interface NotCheckerOption<out E, out T : Iterable<E>, out S>
Represents the extension point for another option after a |
|
interface NotOrAtMostCheckerOption<out E, out T : Iterable<E>, out S>
Represents the extension point for another option after a |