Uses of Interface
de.adorsys.ledgers.oba.service.api.domain.TriFunction
-
Packages that use TriFunction Package Description de.adorsys.ledgers.oba.service.api.domain -
-
Uses of TriFunction in de.adorsys.ledgers.oba.service.api.domain
Methods in de.adorsys.ledgers.oba.service.api.domain that return TriFunction Modifier and Type Method Description default <V> TriFunction<T,U,X,V>TriFunction. andThen(Function<? super R,? extends V> after)Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.
-