ExceptionFunction<T,T,E>@FunctionalInterface public interface ExceptionUnaryOperator<T,E extends java.lang.Exception> extends ExceptionFunction<T,T,E>
| Modifier and Type | Method | 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> |
identity() |
|
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)
static <T,E extends java.lang.Exception> ExceptionUnaryOperator<T,E> identity()
Copyright © 2018 JBoss, a division of Red Hat, Inc.