stick
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
stick
stick-core
/
com.zombachu.stick
/
Bridge
Bridge
abstract
class
Bridge
<
S
:
Any
>
(
val
platformSenderClass
:
KClass
<
S
>
,
val
parsingFailureHandler
:
ParsingFailureHandler
<
S
>
)
Members
Constructors
Bridge
Link copied to clipboard
constructor
(
platformSenderClass
:
KClass
<
S
>
,
parsingFailureHandler
:
ParsingFailureHandler
<
S
>
)
Properties
parsing
Failure
Handler
Link copied to clipboard
val
parsingFailureHandler
:
ParsingFailureHandler
<
S
>
platform
Sender
Class
Link copied to clipboard
val
platformSenderClass
:
KClass
<
S
>
Functions
register
Link copied to clipboard
inline
fun
<
S2
:
S
>
register
(
command
:
Command
<
S2
>
)