opensensemap-client
Preparing search index...
<internal>
Refiner
Type Alias Refiner<T>
Refiner
:
(
value
:
T
,
context
:
Context
)
=>
Result
A
Refiner
takes a value of a known type and validates it against a further constraint.
Type Parameters
T
Type declaration
(
value
:
T
,
context
:
Context
)
:
Result
Parameters
value
:
T
context
:
Context
Returns
Result
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
opensensemap-client
Loading...
A
Refiner
takes a value of a known type and validates it against a further constraint.