LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.features.command
/
Parameter
/
Verificator
/
Result
Result
sealed
interface
Result
<
T
:
Any
>
Inheritors
Ok
Error
Members
Types
Companion
Link copied to clipboard
object
Companion
Error
Link copied to clipboard
class
Error
(
val
errorMessage
:
String
)
:
Parameter.Verificator.Result
<
Nothing
>
Ok
Link copied to clipboard
class
Ok
<
T
:
Any
>
(
val
mappedResult
:
T
)
:
Parameter.Verificator.Result
<
T
>