T
- the type of the first argument to the functionR
- the type of the result of the function@FunctionalInterface public interface ObjLongBiFunction<T,R> extends Serializable
BiFunction
where
the second argument is a long
.Modifier and Type | Method and Description |
---|---|
default R |
apply(T t,
long u)
Applies this function to the given arguments.
|
R |
applyEx(T t,
long u)
Exception-declaring version of
apply(T, long) . |
R applyEx(T t, long u) throws Exception
apply(T, long)
.Exception
Copyright © 2023 Hazelcast, Inc.. All rights reserved.