package erules
Type Members
- type EitherThrow[+T] = Either[Throwable, T]
- type PureRule[-T] = Rule[Id, T]
- type PureRulesEngine[T] = RulesEngine[Id, T]
- type RuleIO[-T] = Rule[IO, T]
- type RulesEngineIO[T] = RulesEngine[IO, T]
Inherited from AnyRef
Inherited from Any