com.gilt

thehand

package thehand

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. thehand
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractContext extends AnyRef

    A common base type to link all contexts.

  2. trait AbstractRuleParser extends AnyRef

    Implement this trait when defining a new RuleParser.

  3. case class Context[+T](instance: T) extends AbstractContext with Product with Serializable

    Use this to define a typed context under which a rule can operate.

  4. trait Rule extends AnyRef

    The base trait to implement when defining new types of rules.

  5. case class RuleParser(ruleParsers: AbstractRuleParser*) extends AbstractRuleParser with Product with Serializable

    Use this to create a parsing object that incorporates the specific parsers that your application uses.

Value Members

  1. val DefaultParser: RuleParser

    This can be used as a default parser when you aren't defining any custom rules.

  2. object Util

    A set of utility functions.

  3. package exceptions

  4. package rules

  5. package test

Inherited from AnyRef

Inherited from Any

Ungrouped