InRule
A workaround for the difficulties of dealing with a contravariant 'In' parameter type...
- Source:
- SeqRule.scala
class Object
trait Matchable
class Any
Value members
Concrete methods
Creates a rule that succeeds if the original rule succeeds, but returns the original input.
Creates a rule that succeeds if the original rule succeeds, but returns the original input.
- Source:
- SeqRule.scala
Creates a rule that succeeds only if the original rule would fail on the given context.
Creates a rule that succeeds only if the original rule would fail on the given context.
- Source:
- SeqRule.scala