com.ryansusana.asyncfx.After Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of asyncfx Show documentation
Show all versions of asyncfx Show documentation
AsyncFX is a library for Java and Kotlin aimed at simplifying the development of asynchronous calls in
JavaFX.
package com.ryansusana.asyncfx;
public interface After{
void after(T2 params);
}