Interface TetraFunction<T,​U,​V,​W,​Z>

  • Type Parameters:
    T -
    U -
    V -
    W -
    Z -

    public interface TetraFunction<T,​U,​V,​W,​Z>
    A function over four arguments.
    • Method Detail

      • apply

        Z apply​(T arg1,
                U arg2,
                V arg3,
                W arg4)