public interface Function2<F,G,T>
Function with two parameters.
Modifier and Type | Method and Description |
---|---|
T |
apply(F input,
G input2)
Returns the result of applying this function to the given input parameters.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.