Guest User

Untitled

a guest
Jul 15th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. public static <TSource,TTarget extends TSource> TTarget cast(TSource toCast){
  2. return (TTarget) toCast;
  3. }
Add Comment
Please, Sign In to add comment