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