- Type Parameters:
T1 - input type 1
T2 - input type 2
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface Fx20<T1,T2>
Lambda function that takes param T1 and T2, and returns nothing.
Similar to java.util.function package's, but functional interface in Gava has `run()` method.
- Version:
- 0.0.1
- Author:
- Gon Yi