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

com.stanfy.enroscar.async.Action Maven / Gradle / Ivy

Go to download

Helper classes and extended abstractions for Android loaders, content resolvers, and DB access.

There is a newer version: 2.1
Show newest version
package com.stanfy.enroscar.async;

/**
 * Action that processes some data. Boilerplate because of lack of lambdas.
 * @author Roman Mazur - Stanfy (http://stanfy.com)
 */
public interface Action {

  void act(D data);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy