RuleLike

com.eclipsesource.schema.internal.validation.RuleLike
trait RuleLike[I, O]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Rule[I, O]

Members list

Value members

Abstract methods

def validate(data: I): VA[O]

Apply the Rule to data

Apply the Rule to data

Value parameters

data

The data to validate

Attributes

Returns

The Result of validating the data