package fpeas.maybe; import fpeas.function.Function; public interface Maybe { R accept(Function ifExists,R reserve); }