Pull to refresh
0
Send message
interface MyGeneric {
	T compute(T t);
}

Не скомпилится.
interface MyGeneric<T>

Так лучше.

Information

Rating
Does not participate
Registered
Activity