- 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 FxInt<T>
Lambda function that returns (primitive) integer.
While R means return of generic value, Rb means return of integer.
- Version:
- 0.0.1
- Author:
- Gon Yi
- See Also:
FxBool