R
- the type of the result of the function@FunctionalInterface public interface LongFunction<R>
long
-consuming primitive specialization for
Function
.
This is a functional interface
whose functional method is apply(long)
.
Function
Modifier and Type | Method and Description |
---|---|
R |
apply(long value)
Applies this function to the given argument.
|
R apply(long value)
value
- the function argumentaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.