miha-x64
01/28/2017, 10:41 PMValidationContext.(T?) -> ValidationMessage?
means a function, that
— can be invoked on ValidationContext
(e. g. validationContext.validator(t)
),
— accepts a single argument of type T?
(an instance of T
or null
)
— returns ValidationMessage?
(an instance of ValidationMessage
or null
)