forgerock-core
4.8.0
forgerock-core
/
org.forgerock.android.auth
/
BiConsumer
Bi
Consumer
@
FunctionalInterface
interface
BiConsumer
<
T
,
U
>
Members
Functions
accept
Link copied to clipboard
abstract
fun
accept
(
t
:
T
,
u
:
U
)
Performs this operation on the given argument.