Interface DoubleToIntFunction

All Superinterfaces:
DoubleToIntFunction, Throwables.DoubleToIntFunction<RuntimeException>

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

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

    Modifier and Type
    Method
    Description
    int
    applyAsInt(double value)