Interface ToShortBiFunction<T,U>


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

    Modifier and Type
    Method
    Description
    short
    applyAsShort(T t, U u)
     
  • Method Details

    • applyAsShort

      short applyAsShort(T t, U u)