cpg-core
6.1.0
cpg-core
/
de.fraunhofer.aisec.cpg.helpers
/
TriConsumer
Tri
Consumer
@
FunctionalInterface
interface
TriConsumer
<
A
,
B
,
C
>
Functions
Functions
accept
Link copied to clipboard
abstract
fun
accept
(
first
:
A
,
second
:
B
,
third
:
C
)