Uses of Interface
br.ufsc.labsec.web.ReqItem.ApiFunction
Package | Description |
---|---|
br.ufsc.labsec.web |
-
Uses of ReqItem.ApiFunction in br.ufsc.labsec.web
Methods in br.ufsc.labsec.web that return ReqItem.ApiFunction Modifier and Type Method Description default <V> ReqItem.ApiFunction<T,V>
ReqItem.ApiFunction. andThen(ReqItem.ApiFunction<? super R,? extends V> after)
static <T, R> ReqItem.ApiFunction<T,R>
ReqItem.ApiFunction. wrap(Function<T,R> function, int httpStatus)
Methods in br.ufsc.labsec.web with parameters of type ReqItem.ApiFunction Modifier and Type Method Description default <V> ReqItem.ApiFunction<T,V>
ReqItem.ApiFunction. andThen(ReqItem.ApiFunction<? super R,? extends V> after)
<K> ReqItem<K>
ReqItem. map(ReqItem.ApiFunction<T,K> transformFunction)
Transforma o valor do parĂ¢metro