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