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.

Functions

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

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard