Skip to content

Instantly share code, notes, and snippets.

@ElvishJerricco
Last active October 18, 2015 20:18
Show Gist options
  • Select an option

  • Save ElvishJerricco/c3f3c3c6d2578a31963b to your computer and use it in GitHub Desktop.

Select an option

Save ElvishJerricco/c3f3c3c6d2578a31963b to your computer and use it in GitHub Desktop.
SupplierX
public interface SupplierX<X extends Throwable, T> {
T get() throws X;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment