@FunctionalInterface public static interface Maybe.ThrowingConsumer<T>
void
accept(T input)
void accept(T input) throws java.lang.Exception
java.lang.Exception