eclipse / eclipse-collections

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

Home Page:http://www.eclipse.org/collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Predicate[2]: accept method unspecified

Chealer opened this issue · comments

EC's Predicate and Predicate2 interfaces both mandate an accept method. Unfortunately, it is not documented (it lacks JavaDoc).