
com.github.damianwajser.optionals.wrappers.ConsumerWrapper Maven / Gradle / Ivy
package com.github.damianwajser.optionals.wrappers;
import com.github.damianwajser.exceptions.RestException;
@FunctionalInterface
public interface ConsumerWrapper {
void acceptWithException(T t) throws RestException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy