Interface PairFunction<T,​V,​U>


  • public interface PairFunction<T,​V,​U>
    Author:
    max
    • Method Detail

      • fun

        @Nullable
        U fun​(T t,
              V v)