java.util.function
.See: Description
Interface | Description |
---|---|
QuadFunction<A,B,C,D,R> |
Represents a function that accepts four arguments and produces a result.
|
ToIntTriFunction<A,B,C> |
Represents a function that accepts three arguments and produces an int-valued result.
|
ToLongTriFunction<A,B,C> |
Represents a function that accepts three arguments and produces a long-valued result.
|
TriFunction<A,B,C,R> |
Represents a function that accepts three arguments and produces a result.
|
TriPredicate<A,B,C> |
Represents a predicate (boolean-valued function) of three arguments.
|
java.util.function
.Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.