@FunctionalInterface public static interface CreateAdapterCallback.Function
Modifier and Type | Method and Description |
---|---|
StateElementAdapterDefinition |
invoke(Object objectToConfigureAdapterFrom)
Defines how to create a
StateElementAdapterDefinition . |
StateElementAdapterDefinition invoke(Object objectToConfigureAdapterFrom)
StateElementAdapterDefinition
.objectToConfigureAdapterFrom
- An instance of an object that you can interrogate to configure an adapter from.StateElementAdapterDefinition
configured from the objectToConfigureAdapterFrom
.