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