Package org.dmfs.jems2.fragile
Class Zipped<Result,E extends java.lang.Exception>
- java.lang.Object
-
- org.dmfs.jems2.fragile.DelegatingFragile<Result,E>
-
- org.dmfs.jems2.fragile.Zipped<Result,E>
-
- All Implemented Interfaces:
Fragile<Result,E>
public final class Zipped<Result,E extends java.lang.Exception> extends DelegatingFragile<Result,E>
-
-
Constructor Summary
Constructors Constructor Description Zipped(Fragile<Left,? extends E> left, Fragile<Right,? extends E> right, BiFunction<? super Left,? super Right,? extends Result> zipFunction)Zipped(Fragile<Left,? extends E> left, Fragile<Right,? extends E> right, FragileBiFunction<? super Left,? super Right,? extends Result,? extends E> zipFunction)
-
Method Summary
-
Methods inherited from class org.dmfs.jems2.fragile.DelegatingFragile
value
-
-