BetterModel
Toggle table of contents
1.6.2-SNAPSHOT-167
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.util
/
HttpUtil
/
Result
/
Success
Success
class
Success
<
T
>
:
Record
,
HttpUtil.Result
<
T
>
Members
Constructors
Success
Link copied to clipboard
constructor
(
)
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
or
Else
Link copied to clipboard
@
NotNull
open
fun
orElse
(
@
NotNull
function
:
@
NotNull
(
Exception
)
->
T
)
:
@
NotNull
T
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String