Interface IntToDoubleFunction

All Superinterfaces:
IntToDoubleFunction, Throwables.IntToDoubleFunction<RuntimeException>

public interface IntToDoubleFunction extends Throwables.IntToDoubleFunction<RuntimeException>, IntToDoubleFunction
Since:
0.8
Author:
Haiyang Li
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IntToDoubleFunction
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    applyAsDouble(int value)