| Constructor and Description |
|---|
Binder.MultipleMastersBinding(Collection<ReadableProperty<MO>> masters,
Collection<com.google.code.validationframework.base.transform.Transformer> transformers) |
| Modifier and Type | Method and Description |
|---|---|
void |
to(Collection<WritableProperty<SI>> slaves) |
void |
to(WritableProperty<SI>... slaves) |
void |
to(WritableProperty<SI> slave) |
<TSI> Binder.MultipleMastersBinding<MO,TSI> |
transform(com.google.code.validationframework.base.transform.Transformer<SI,TSI> transformer) |
public Binder.MultipleMastersBinding(Collection<ReadableProperty<MO>> masters, Collection<com.google.code.validationframework.base.transform.Transformer> transformers)
public <TSI> Binder.MultipleMastersBinding<MO,TSI> transform(com.google.code.validationframework.base.transform.Transformer<SI,TSI> transformer)
public void to(WritableProperty<SI> slave)
public void to(Collection<WritableProperty<SI>> slaves)
public void to(WritableProperty<SI>... slaves)
Copyright © 2013. All Rights Reserved.