Interface ToCharBiFunction<T,U>


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

    Modifier and Type
    Method
    Description
    char
    applyAsChar(T t, U u)
     
  • Method Details

    • applyAsChar

      char applyAsChar(T t, U u)