well you have to specifiy it some way.. if its som...
# announcements
n
well you have to specifiy it some way.. if its somewherei n the return value it can be as easy as
val a: Type = reifiedCall()
or pass it as a argument
reifiedCall(Type())
there is probably more ways in which it can be inferred like passing a function with a rgument of Type like so
reifiedCall { Type -> ... }
what ends up being most useful to you i dunno, i use the funtions al ot because it lets me requester serializers / deserilaizers for a Java library accepting a BiFunction that i enhanced with a extension funtion