Package org.dmfs.jems2.fragile
Class Zipped<Result,E extends Exception>
java.lang.Object
org.dmfs.jems2.fragile.DelegatingFragile<Result,E>
org.dmfs.jems2.fragile.Zipped<Result,E>
- All Implemented Interfaces:
Fragile<Result,E>
-
Constructor Summary
ConstructorsConstructorDescriptionZipped(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
-
Constructor Details
-
Zipped
-
Zipped
-