Interface MultiParamsFunction<R>


public interface MultiParamsFunction<R>
  • Method Summary

    Modifier and Type
    Method
    Description
    default <V> Function<Object[],V>
    andThen(Function<? super R,? extends V> after)
     
    apply(Object... objects)