toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
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