Match the first of these matchers that matches. Equivalent to an Alt (alternate)
first matcher
second matcher
any further matchers: varargs
Optional match on the given matcher
matcher
Add a condition with a function that verifies that even if we found a match we are happy with it: For example, we like the value it contains. Also capable of vetoing match if the input state is problematic before the potential match
Generated using TypeDoc
Match the first of these matchers that matches. Equivalent to an Alt (alternate)