Class Zipped<Left,​Right,​Result>

  • All Implemented Interfaces:
    Optional<Result>

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