CheckOptionFunction

bitlap.validation.function.CheckOptionFunction
trait CheckOptionFunction extends CheckFunction[Option[_], Boolean]

Attributes

Graph
Supertypes
trait CheckFunction[Option[_], Boolean]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

def check(value: Option[_]): ConstraintValidatorContext => O

Attributes

Inherited from:
CheckFunction