tryCatch

abstract fun tryCatch(value: Boomerang): Boolean(source)

Tries to catch (process) a Boomerang value.

Return

true if the value was successfully caught and should be removed from the store, false otherwise

Parameters

value

The Boomerang value to try to catch