public interface MultiParamsFunction<R>
default <V> Function<Object[],V>
andThen(Function<? super R,? extends V> after)
R
apply(Object... objects)