toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.infra.accessor.function.reactive
/
ReactiveFunctionAccessor
Reactive
Function
Accessor
interface
ReactiveFunctionAccessor
<
T
,
out
R
:
Publisher
<
*
>
>
:
FunctionAccessor
<
T
,
R
>
Inheritors
MonoFunctionAccessor
Members
Properties
function
Link copied to clipboard
abstract
val
function
:
KFunction
<
*
>
method
Link copied to clipboard
open
val
method
:
Method
name
Link copied to clipboard
open
override
val
name
:
String
target
Type
Link copied to clipboard
open
val
targetType
:
Class
<
T
>
Functions
invoke
Link copied to clipboard
open
fun
invoke
(
target
:
T
,
args
:
Array
<
Any
?
>
=
emptyArray<Any?>()
)
:
R