@FunctionalInterface public interface IFunction<I,O,E extends Exception> extends IExecutable
| Modifier and Type | Method and Description |
|---|---|
O |
execute(I value) |
static <T> IFunction<T,T,RuntimeException> |
identity() |
default <R> IFunction<I,R,E> |
then(IFunction<? super O,? extends R,E> function) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.