find: testBlock ifAbsent: exceptionBlock self do: [:element | (testBlock value: element) ifTrue: [ ^ element ] ]. ^ exceptionBlock value