(final Transformer<? super T, ? extends R> t)
| 30 | } |
| 31 | |
| 32 | @SuppressWarnings("unchecked") |
| 33 | @Override |
| 34 | public <R> Future<R> transform(final Transformer<? super T, ? extends R> t) { |
| 35 | return (Future<R>) this; |
| 36 | } |
| 37 | |
| 38 | @SuppressWarnings("unchecked") |
| 39 | @Override |
nothing calls this directly
no outgoing calls
no test coverage detected