Interface ReqItem.ApiFunction<T,R>
- Type Parameters:
T- tipo do parĂ¢metroR- tipo do retorno
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface q representa uma
Function que lança uma ApiMisusageException-
Method Summary
Modifier and TypeMethodDescriptiondefault <V> ReqItem.ApiFunction<T, V> andThen(ReqItem.ApiFunction<? super R, ? extends V> after) default Rstatic <T,R> ReqItem.ApiFunction <T, R>
-
Method Details
-
apply
- Throws:
ApiMisusageException
-
andThen
-
applyNoException
-
wrap
-