Class Zipped<Result,​E extends java.lang.Exception>

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Zipped

        public Zipped​(Fragile<Left,​? extends E> left,
                      Fragile<Right,​? extends E> right,
                      BiFunction<? super Left,​? super Right,​? extends Result> zipFunction)