ConstType of items in the source.
Default value to return if no entry satisfies the 'predicate' function.
A function that tests each entry for a condition.
Collector that returns the first entry from the Iterable that satisfies the 'predicate' function or the 'defaultValue'.
Returns a collector that returns the first entry from the Iterable that satisfies the 'predicate' function or the 'defaultValue'.