http4k-connect-github
Toggle table of contents
6.18.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-connect-github
http4k-connect-github
/
org.http4k.connect.github.api.action
/
NullableGitHubAction
Nullable
Git
Hub
Action
abstract
class
NullableGitHubAction
<
R
:
Any
>
(
clazz
:
KClass
<
R
>
)
:
NullableAutoMarshalledAction
<
R
>
,
GitHubAction
<
R
?
>
(
source
)
Members
Constructors
Nullable
Git
Hub
Action
Link copied to clipboard
constructor
(
clazz
:
KClass
<
R
>
)
Functions
to
Request
Link copied to clipboard
abstract
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
R
?
,
RemoteFailure
>