Package

org.scalarules

facts

Permalink

package facts

Visibility
  1. Public
  2. All

Type Members

  1. trait Fact[+A] extends AnyRef

    Permalink
  2. case class ListFact[+A](name: String, description: String = "", valueType: String = "") extends Fact[List[A]] with Product with Serializable

    Permalink
  3. case class SingularFact[+A](name: String, description: String = "", valueType: String = "") extends Fact[A] with Product with Serializable

    Permalink
  4. case class SynthesizedFact[+A](factOriginalFact: Fact[Any], synthesizedPostfix: String, description: String = "", valueType: String = "") extends Fact[A] with Product with Serializable

    Permalink

Value Members

  1. object OriginFact extends Fact[Nothing] with Product with Serializable

    Permalink

Ungrouped