Guest User

Untitled

a guest
Oct 16th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. static <T, R> Function<T, R> unchecked (final ThrowingFunction<T, R, ?> tf)
  2. {
  3. // code here
  4. }
  5.  
  6. final URL url = unchecked(URL::new).apply("http://www.examples.com");
Add Comment
Please, Sign In to add comment