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 NumberLike[T] extends AnyRef

    Permalink

    Type class die ervoor zorgt dat er gerekend kan worden met instanties van Per, als de type class ook gedefinieerd is voor het 'waarde' gedeelte van de Per instantie.

    Type class die ervoor zorgt dat er gerekend kan worden met instanties van Per, als de type class ook gedefinieerd is voor het 'waarde' gedeelte van de Per instantie.

    Annotations
    @implicitNotFound( ... )
  5. 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