toggle menu
akkurate
common
switch theme
search in API
akkurate-core
/
dev.nesk.akkurate
/
ValidationResult
Validation
Result
interface
ValidationResult
<
out
T
>
Inheritors
Success
Failure
Members
Types
Exception
Link copied to clipboard
class
Exception
:
RuntimeException
Failure
Link copied to clipboard
class
Failure
:
ValidationResult
<
Nothing
>
Success
Link copied to clipboard
class
Success
<
T
>
:
ValidationResult
<
T
>
Functions
or
Throw
Link copied to clipboard
abstract
fun
orThrow
(
)