@FunctionalInterface public interface LongToLongFunction
long
-consuming and
long
-producing primitive specialization for
Function
.
This is a functional interface whose
functional method is applyAsLong(long)
.
Modifier and Type | Method and Description |
---|---|
long |
applyAsLong(long value)
Applies this function to the given argument.
|
Copyright © 2025. All rights reserved.