Interface | Description |
---|---|
Consumer<T> |
Represents an operation that accepts a single input argument and returns no result.
|
Class | Description |
---|---|
Function<T,R> |
Represents a function that accepts one argument and produces a result.
|
Predicate<T> |
A simple predicate that takes a single argument.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.