Consumer

interface Consumer<T>

Convenience interface for cases where it is not possible to use neither Kotlin lambda nor Java8 functional interfaces to interact with CameraKit APIs.

Inheritors

Functions

Link copied to clipboard
abstract fun accept(t: T)
Consumes the given value of type T.