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