package fpeas.either; import fpeas.function.Function; public interface Either { R visit(Function ifA,Function ifB); }