Consumer

expect fun interface Consumer<TT>
actual fun interface Consumer<TT>

Functions

Link copied to clipboard
expect abstract fun accept(p: T)
actual abstract fun accept(p: T)