mobiuskt
Toggle table of contents
1.4.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mobiuskt
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