Class Zipped<Left,Right,Result>

java.lang.Object
org.dmfs.jems2.optional.Zipped<Left,Right,Result>
All Implemented Interfaces:
Optional<Result>

public final class Zipped<Left,Right,Result> extends Object implements Optional<Result>
An Optional which combines two other Optionals with a BiFunction if they are both present and is absent otherwise.