T
- output type@FunctionalInterface public interface LongFunction2<T> extends Function2<T,java.lang.Long,java.lang.Long>
Modifier and Type | Method and Description |
---|---|
default T |
apply(java.lang.Long v1,
java.lang.Long v2)
Default implementation.
|
T |
applyAsLong(long ch1,
long ch2)
Convert two longs into something else.
|
after1, after2, after3, after5, after6, after7, after8, after9, andThen, apply, applyOrDefault, from, nonFragile, nonFragile, nonFragileX, partial1, partial2, partialLeft, partialRight
after, applyNonNull, applyOrDefault, fallback, fallback, from, from, nonFragile, nonFragile, nonFragileX, partial, withFallback
T applyAsLong(long ch1, long ch2)
ch1
- first longch2
- second longdefault T apply(java.lang.Long v1, java.lang.Long v2)
applyAsLong(long, long)
.apply
in interface java.util.function.BiFunction<java.lang.Long,java.lang.Long,T>
v1
- first argumentv2
- second argumentjava.lang.NullPointerException
- if either argument is null