com.gilt.thehand

rules

package rules

Visibility
  1. Public
  2. All

Type Members

  1. trait SeqRule extends Rule

    Implement this trait for any rule that takes a list of inputs of the same type.

  2. abstract class SeqRuleParser[T <: SeqRule] extends AbstractRuleParser

    Implement the abstract methods below for easy parsing of SeqRules.

  3. trait SingleValueRule extends AnyRef

    A type of rule that takes a single value and tests against it.

  4. abstract class SingleValueRuleParser[T <: SingleValueRule] extends AbstractRuleParser

    Implement the abstract methods below for easy parsing of SingleValueRules.

Value Members

  1. package comparison

  2. package conversions

  3. package logical

  4. package typed

Ungrouped