Package com.linkedin.venice.utils
Interface BiIntFunction<R>
-
public interface BiIntFunction<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
apply(int first, int second)
-
-
-
Method Detail
-
apply
R apply(int first, int second)
-
-