Interface ToBooleanBiFunction<T,U>


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

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • applyAsBoolean

      boolean applyAsBoolean(T t, U u)