All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.scalarules.dsl.nl.grammar.package.scala Maven / Gradle / Ivy

The newest version!
package org.scalarules.dsl.nl

import org.scalarules.engine._

package object grammar extends DslConditionImplicits
    with DslEvaluationImplicits {

  type ConditionFunction = (Condition, Condition) => Condition

  // Entrypoint for the DSL
  def Gegeven(condition: DslCondition): GegevenWord = new GegevenWord(condition) //scalastyle:ignore method.name

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy