Package berlin.yuna.clu.model
Interface ThrowingFunction<T,R>
-
- All Superinterfaces:
Function<T,R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ThrowingFunction<T,R> extends Function<T,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description RacceptThrows(T t)Performs this operation on the given argument.default Rapply(T t)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
apply
@Deprecated(forRemoval=true) default R apply(T t)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-