All Classes
-
All Classes Interface Summary Class Summary Class Description Consumer<T> A function that accepts a single argument and produces no result.Exceptions Function<T,R> A function that accepts a single argument and produces a result.Predicate<T> A predicate that accepts a single argument and produces a boolean result.Supplier<T> A function that produces a result.