BiConsumer

expect fun interface BiConsumer<T, U>
actual typealias BiConsumer = BiConsumer<T, U>
actual fun interface BiConsumer<T, U>

Functions

Link copied to clipboard
expect abstract fun accept(t: T, u: U)
actual abstract fun accept(t: T, u: U)