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

org.snapscript.core.Resume Maven / Gradle / Ivy

There is a newer version: 1.4.6
Show newest version
package org.snapscript.core;

public interface Resume {
   Result resume(Scope scope, A value) throws Exception;
   Resume suspend(Result result, Resume resume, B value) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy