Interface ToByteBiFunction<T,U>


public interface ToByteBiFunction<T,U>
Since:
0.8
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    byte
    applyAsByte(T t, U u)
     
  • Method Details

    • applyAsByte

      byte applyAsByte(T t, U u)
      Parameters:
      t -
      u -
      Returns: