接口 BiFunction<T,U,R>
-
- 所有已知子接口:
EventPublisherFactory
public interface BiFunction<T,U,R>Represents a function that accepts two arguments and produces a result. The following utility functions are extracted from org.apache.commons.lang3.This is a functional interface whose functional method is
apply(Object, Object).- 作者:
- zongtanghu