Validator

abstract class Validator[T <: Product] extends ExecutionListener
trait ExecutionListener
trait DelegateListener[DelegateExecution]
class Object
trait Matchable
class Any

Value members

Abstract methods

def product: T

Concrete methods

@throws(scala.throws.$lessinit$greater$default$1[scala.Exception])
override def notify(execution: DelegateExecution): Unit
Definition Classes
ExecutionListener -> DelegateListener