Package

org.scalarules.dsl.core

types

Permalink

package types

Visibility
  1. Public
  2. All

Type Members

  1. trait AddableValues[A, B, C] extends AnyRef

    Permalink

    This type class allows values of different types to be added in the DSL.

    This type class allows values of different types to be added in the DSL.

    A

    type of the left hand side of the adding multiply

    B

    type of the right hand side of the adding multiply

    C

    type of the result of the adding multiply

    Annotations
    @implicitNotFound( ... )
  2. trait DivisibleValues[A, B, C] extends AnyRef

    Permalink

    This type class allows values of different types to be added in the DSL.

    This type class allows values of different types to be added in the DSL.

    A

    type of the left hand side of the adding multiply

    B

    type of the right hand side of the adding multiply

    C

    type of the result of the adding multiply

    Annotations
    @implicitNotFound( ... )
  3. trait MultipliableValues[A, B, C] extends AnyRef

    Permalink

    This type class allows values of different types to be added in the DSL.

    This type class allows values of different types to be added in the DSL.

    A

    type of the left hand side of the adding multiply

    B

    type of the right hand side of the adding multiply

    C

    type of the result of the adding multiply

    Annotations
    @implicitNotFound( ... )
  4. trait SubtractableValues[A, B, C] extends AnyRef

    Permalink

    This type class allows values of different types to be added in the DSL.

    This type class allows values of different types to be added in the DSL.

    A

    type of the left hand side of the adding multiply

    B

    type of the right hand side of the adding multiply

    C

    type of the result of the adding multiply

    Annotations
    @implicitNotFound( ... )

Ungrouped