Target filter
Search Kotlin docs
  • Back
  • Tealium Prism Kotlin SDK Reference
core/com.tealium.prism.core.api.pubsub/BiConsumer

BiConsumer

fun interface BiConsumer<T, R>

Reimplementation of the Java SDK's java.util.function.BiConsumer that isn't supported across all Android API levels.

Functions

accept
Link copied to clipboard
abstract fun accept(t: T, r: R)

Method to receive the values to consume.

Generated by Dokka
(c) Tealium 2026