Interface HasWeight
- All Known Implementing Classes:
AppIdentityRegistration, AppIdentityRegistry, Member, ProjectMetadata, RepositoryMetadata, Roles
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An object which has a weight.
-
Method Summary
-
Method Details
-
weight
int weight()Returns the weight of this object.
-