Interface IntToByteFunction


public interface IntToByteFunction
Since:
0.8
Author:
Haiyang Li
  • Field Summary

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

    Modifier and Type
    Method
    Description
    byte
    applyAsByte(int value)
     
  • Field Details

  • Method Details

    • applyAsByte

      byte applyAsByte(int value)
      Parameters:
      value -
      Returns: