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

epic.framework.EvaluationResult.scala Maven / Gradle / Ivy

The newest version!
package epic.framework


/**
 * Marker for the output of an evaluation routine.
 * @tparam R self type
 *
 * @author dlwh
 */
trait EvaluationResult[R<:EvaluationResult[R]] { this: R =>
  def +(other: R):R
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy