Awesome library. Coming from the .net world i pretty dependent on linq. Please add method to do a contains() on a predicate. Obviously you can use firstOrDefault() and check for null but would be great to have a real function.
boolean contains(Selector<T, TResult> selector) {
// see if the element exists
}