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

jp.co.cyberagent.aeromock.config.template_def.scala Maven / Gradle / Ivy

There is a newer version: 0.2.5
Show newest version
package jp.co.cyberagent.aeromock.config.definition

import jp.co.cyberagent.aeromock.config.TemplateConfig

import scalaz._

trait SpecifiedTemplateDef[T <: TemplateConfig] {

  def toValue: ValidationNel[String, Option[T]]

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy