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