@FunctionalInterface
public interface Function2<IN1,IN2,OUT>
Represents a function with two arguments.
| Modifier and Type | Method and Description |
|---|---|
OUT |
apply(IN1 arg1,
IN2 arg2)
Applies the function to the provided arguments and returns the result.
|
Copyright © 2018 Write Them First!. All rights reserved.