ListFindHelper<T> extension

on

Methods

find(bool test(T element)) → T?
Returns either the first element of the list which satisfies the provided test or null if there is none.