| Constructor and Description |
|---|
Binder.SingleMasterBinding(ReadableProperty<MO> master,
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.SingleMasterBinding<MO,TSI> |
transform(com.google.code.validationframework.base.transform.Transformer<SI,TSI> transformer) |
public Binder.SingleMasterBinding(ReadableProperty<MO> master, Collection<com.google.code.validationframework.base.transform.Transformer> transformers)
public <TSI> Binder.SingleMasterBinding<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.