@FunctionalInterface public interface ExceptionUnaryOperator<T,E extends java.lang.Exception> extends ExceptionFunction<T,T,E>
Modifier and Type | Method and Description |
---|---|
default ExceptionUnaryOperator<T,E> |
andThen(ExceptionUnaryOperator<T,? extends E> after) |
default ExceptionUnaryOperator<T,E> |
compose(ExceptionUnaryOperator<T,? extends E> before) |
static <T,E extends java.lang.Exception> |
of(ExceptionFunction<T,T,E> func) |
default ExceptionUnaryOperator<T,E> andThen(ExceptionUnaryOperator<T,? extends E> after)
default ExceptionUnaryOperator<T,E> compose(ExceptionUnaryOperator<T,? extends E> before)
static <T,E extends java.lang.Exception> ExceptionUnaryOperator<T,E> of(ExceptionFunction<T,T,E> func)
Copyright © 2015 JBoss, a division of Red Hat, Inc.