@FunctionalInterface public interface ValueDriver
ValueOption
.Modifier and Type | Method and Description |
---|---|
void |
set(ValueOption<?> target,
Object value)
Sets the value into the target
ValueOption . |
void set(ValueOption<?> target, Object value)
ValueOption
.target
- the target objectvalue
- the value object, or null
if it is null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.