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