You can buy this project and download/modify it how often you want.
package com.unit16.z; public interface Continuation { public void handle(A val); }