Nikky
07/10/2018, 4:36 PMval 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