| Package | Description |
|---|---|
| com.holonplatform.core.property |
| Modifier and Type | Method and Description |
|---|---|
B |
Property.Builder.equalsHandler(EqualsHandler<? super P> equalsHandler)
Set the predicate to use to check the property equality using the
Object.equals(Object) method. |
PropertyBox.Builder |
PropertyBox.Builder.equalsHandler(EqualsHandler<PropertyBox> equalsHandler)
Set the predicate to use to check the
PropertyBox object equality using the
Object.equals(Object) method. |
Copyright © 2019 The Holon Platform. All rights reserved.