TriConsumer

fun interface TriConsumer<A, B, C>

Functions

Link copied to clipboard
abstract fun accept(first: A, second: B, third: C)