Original code developed by Robert LaThanh Modifications by Fred Grott, all under Apache License 2.0 Copyright (C) 2016
public interface AdaptableAdapter<VM, AVM extends AdaptableViewModel<VM>> {
/**
* Adapt the data contained in the {@code adaptable} into a ViewModel
* ({@link VM}) viewModel that is ready to be bound to the View (displayed).
*