T
- the type of the first argument to the functionU
- the type of the second argument to the functionR
- the type of the result of the function@FunctionalInterface public interface IBiFunction<T,U,R>
Modifier and Type | Method and Description |
---|---|
R |
apply(T t,
U u)
Applies this function to the given arguments.
|
R apply(T t, U u) throws PortalException
t
- the first function argumentu
- the second function argumentPortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.