Interface ToByteFunction<T>


public interface ToByteFunction<T>
  • Method Summary

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

    • applyAsByte

      byte applyAsByte(T value)