Interface IntToLongFunction

All Superinterfaces:
IntToLongFunction

public interface IntToLongFunction extends IntToLongFunction
Since:
0.8
Author:
Haiyang Li
  • Field Summary

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

    Modifier and Type
    Method
    Description
    long
    applyAsLong(int value)