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

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

Inheritors

LensesComponent.Carousel
Link copied to clipboard
LensesComponent.Hints
Link copied to clipboard