Interface Underscore.Function3<F1,​F2,​F3,​T>

  • Enclosing class:
    Underscore<T>

    public static interface Underscore.Function3<F1,​F2,​F3,​T>
    • Method Detail

      • apply

        T apply​(F1 arg1,
                F2 arg2,
                F3 arg3)