com.activeandroid.Interface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of activeandroidrx Show documentation
Show all versions of activeandroidrx Show documentation
ActiveAndroid fork with reactive extensions.
package com.activeandroid;
/**
* Created by Victor on 30/10/2015.
*/
public interface Interface {
T getObject(T s);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy