Class ArityN


  • public final class ArityN
    extends java.lang.Object
    We'd like to pass lambdas to JScriptBox through a fluent API, which means that we need to describe the function signature in the method name.

    In order to make this concise, here are functional interfaces with consistent naming conventions, for arity 0 to 4, with and without return values.