public static class Bindings.BoundProperty<R>
extends com.google.code.validationframework.base.property.AbstractReadableProperty<R>
implements com.google.code.validationframework.api.common.Disposable
| Constructor and Description |
|---|
BoundProperty(com.google.code.validationframework.api.property.ReadableProperty<R> resultProperty,
Collection<com.google.code.validationframework.api.common.Disposable> disposables) |
BoundProperty(com.google.code.validationframework.api.property.ReadableProperty<R> resultProperty,
com.google.code.validationframework.api.common.Disposable disposable) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
R |
getValue() |
public BoundProperty(com.google.code.validationframework.api.property.ReadableProperty<R> resultProperty, com.google.code.validationframework.api.common.Disposable disposable)
public BoundProperty(com.google.code.validationframework.api.property.ReadableProperty<R> resultProperty, Collection<com.google.code.validationframework.api.common.Disposable> disposables)
Copyright © 2020. All rights reserved.