public interface DoubleToIntFunction
int-valued result from input argument.Function| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(double value)
Applies this function to the given argument.
|
Copyright © 2017. All rights reserved.