Example #1
0
 public ObservableSet<Consent> getConsents() {
   return consents.get();
 }
Example #2
0
 public ReadOnlySetProperty<Consent> consentsProperty() {
   return consents.getReadOnlyProperty();
 }