Interface LongToIntFunction

All Superinterfaces:
LongToIntFunction, Throwables.LongToIntFunction<RuntimeException>

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

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

    Modifier and Type
    Method
    Description
    int
    applyAsInt(long value)