F2.java 89 B

12345
  1. package com.yihu.hos.broker.util.funct;
  2. public interface F2<A, B, T>{
  3. T e(A a, B b);
  4. }