M - the generic type of the model.T - the generic type of the field.@FunctionalInterface public interface ObjectGetter<M,T> extends java.util.function.Function<M,T>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(M model) |
andThen, compose, identityT apply(M model)
apply in interface java.util.function.Function<M,T>model - the model instance.Copyright © 2019 Saxonia Systems AG. All rights reserved.