toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-core
/
org.http4k.connect
/
Result4kAction
Result4k
Action
abstract
class
Result4kAction
<
R
,
T
:
Action
<
R
>
>
(
action
:
T
)
:
Action
<
Result
<
R
,
RemoteFailure
>
>
Transparent Action adapter from standard -> Result4k monad
Members
Members & Extensions
Constructors
Result4k
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
,
RemoteFailure
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String