@FunctionalInterface public static interface IntDoubleMap.IKeyToValueFunction extends Serializable
This is a functional interface whose functional method is
apply(int).
| Modifier and Type | Method and Description |
|---|---|
double |
apply(int value)
Applies this function to the given argument.
|
Copyright © 2017–2020 Philip Helger. All rights reserved.