BoomerangCatcher

fun interface BoomerangCatcher(source)

A functional interface for catching and processing Boomerang values from a BoomerangStore. Implementations of this interface determine whether a Boomerang value should be "caught" (processed and removed).

This interface is available on all supported platforms (Android, iOS, Desktop).

Functions

Link copied to clipboard
abstract fun tryCatch(value: Boomerang): Boolean

Tries to catch (process) a Boomerang value.