com.github.stonelion.promise.ChainDoneCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of promise Show documentation
Show all versions of promise Show documentation
A promise library for jdk 7
The newest version!
package com.github.stonelion.promise;
public interface ChainDoneCallback {
PromiseCall onDone(final D result);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy