public interface IntToDoubleFunction
int-to-double primitive
specialization for Function.
This is a functional interface
whose functional method is applyAsDouble(int).
Function| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(int value)
Applies this function to the given argument.
|
Copyright © 2015. All rights reserved.