mobiuskt-core
Toggle table of contents
1.4.0
common
Platform filter
common
Switch theme
Search in API
mobiuskt-core
mobiuskt-core
/
kt.mobius.functions
/
Function
Function
fun
interface
Function
<
T
,
R
>
Interface for simple functions.
Members
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
value
:
T
)
:
R