Interface BiFunction<T,U,R>
-
public interface BiFunction<T,U,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
apply(T t, U u)
-
public interface BiFunction<T,U,R>
Modifier and Type | Method | Description |
---|---|---|
R |
apply(T t,
U u) |