http4k-connect-core
Toggle table of contents
6.20.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-connect-core
http4k-connect-core
/
org.http4k.connect
/
ResultAction
Result
Action
abstract
class
ResultAction
<
R
,
T
:
Action
<
R
>
>
(
action
:
T
)
:
Action
<
Result
<
R
>
>
(
source
)
Transparent Action adapter from standard -> Kotlin Result monad
Members
Members & Extensions
Constructors
Result
Action
Link copied to clipboard
constructor
(
action
:
T
)
Functions
as
Remote
Failure
Link copied to clipboard
fun
<
R
>
Action
<
R
>
.
asRemoteFailure
(
response
:
Response
)
:
RemoteFailure
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
R
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String