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

com.unit16.z.Continuation Maven / Gradle / Ivy

package com.unit16.z;

public interface Continuation {

	public void handle(A val);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy