ValidationHandler

camundala.worker.ValidationHandler
See theValidationHandler companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[In <: Product : Codec](funct: In => Either[ValidatorError, In]): ValidationHandler[In]