Interface stl_ErrCall

All Superinterfaces:
stl_Callback<java.lang.Void,​java.lang.Exception>

public interface stl_ErrCall
extends stl_Callback<java.lang.Void,​java.lang.Exception>
A macro interface to represent an error accepting callback, which should be used for function inputs for when a certain operation goes wrong. It is canonically the same as initializing as stl_Callback<Void, Exception> variable
Author:
Jack Meng
  • Method Summary

    Methods inherited from interface com.jackmeng.stl.stl_Callback

    call