module School::Matcher

Overview

Matcher.

An expression that can be explicitly matched against a value.

Direct including types

Defined in:

school/rule/expression.cr

Instance Method Summary

Instance Method Detail

abstract def match(value : DomainTypes) : Result #

Matches the expression to a value.


[View source]