toggle menu
akkurate
common
switch theme
search in API
akkurate-core
/
dev.nesk.akkurate
/
Validator
/
SuspendableRunner
/
WithContext
With
Context
interface
WithContext
<
ContextType
,
ValueType
>
Members
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
context
:
ContextType
)
:
Validator.SuspendableRunner
<
ValueType
>
abstract
suspend operator
fun
invoke
(
context
:
ContextType
,
value
:
ValueType
)
:
ValidationResult
<
ValueType
>