Interface IntBiFunction<T>
-
public interface IntBiFunction<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tapply(int a, int b)
-
-
-
Method Detail
-
apply
T apply(int a, int b)
-
-
public interface IntBiFunction<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
apply(int a,
int b) |
T apply(int a, int b)