java.util.function
.See: Description
Interface | Description |
---|---|
Observer<T> |
Observes the events produced by an
Observable . |
QuadFunction<T0,T1,T2,T3,R> |
Represents a four-arity function that accepts four arguments and
produces a result.
|
RunnableEx | |
ToResultSetFunction |
A function that accepts a JDBC connection to the database, the total
parallelism and processor index as arguments and produces a result set.
|
TriFunction<T0,T1,T2,R> |
Represents a three-arity function that accepts three arguments and
produces a result.
|
TriPredicate<T,U,V> |
Represents a predicate which accepts three arguments.
|
java.util.function
.Copyright © 2023 Hazelcast, Inc.. All rights reserved.