- Type Parameters:
T - input type
- 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 Fx10<T>
Lambda function that takes a param T.
Similar to java.util.function package's, but functional interface in Gava has `run()` method.
- Version:
- 0.0.1
- Author:
- Gon Yi