Interface FuncN<R>

  • All Superinterfaces:
    Function


    public interface FuncN<R>
    extends Function
    Represents a vector-argument function.
    • Method Summary

      Modifier and Type Method and Description
      R call(Object... args)