Skip to content

Added find/2

Heinz N. Gies requested to merge gh-40719bda/2/JonGretar/feature_find into master

Created by: JonGretar

Runs Input through all callbacks in callbacks/1 until one returns {ok, Value}. Then exits loop and returns Value.

Merge request reports