All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.ulrice.databinding.viewadapter.impl.PresentationProvider Maven / Gradle / Ivy

The newest version!
package net.ulrice.databinding.viewadapter.impl;


public interface PresentationProvider {
    String getPresentation (T o);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy