public final class Binder extends Object
ReadableProperty,
WritableProperty| Modifier and Type | Class and Description |
|---|---|
static class |
Binder.MultipleMasterContext<MO,SI> |
static class |
Binder.SingleMasterContext<MO,SI> |
| Modifier and Type | Method and Description |
|---|---|
static <MO> Binder.MultipleMasterContext<MO,Collection<MO>> |
bind(Collection<ReadableProperty<MO>> masters) |
static <MO> Binder.MultipleMasterContext<MO,Collection<MO>> |
bind(ReadableProperty<MO>... masters) |
static <MO> Binder.SingleMasterContext<MO,MO> |
bind(ReadableProperty<MO> master) |
public static <MO> Binder.SingleMasterContext<MO,MO> bind(ReadableProperty<MO> master)
public static <MO> Binder.MultipleMasterContext<MO,Collection<MO>> bind(Collection<ReadableProperty<MO>> masters)
public static <MO> Binder.MultipleMasterContext<MO,Collection<MO>> bind(ReadableProperty<MO>... masters)
Copyright © 2013. All Rights Reserved.