Also try `is Function<*>` since you don't ca...
# announcements
r
Also try
is Function<*>
since you don't care about the result of applying the function, that may work around the erasure issue.