@FunctionalInterface public interface LongToIntFunction
long
-to-int
primitive
specialization for Function
.
This is a functional interface
whose functional method is applyAsInt(long)
.
Function
Modifier and Type | Method and Description |
---|---|
int |
applyAsInt(long value)
Applies this function to the given argument.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.