Skip to content

Making dereferencing type-safe while keeping untyped dereferencing returning Any?.

Compare
Choose a tag to compare
@C06A C06A released this 03 Sep 03:47
· 9 commits to master since this release

In this release the new dereferencing function invoke() is defined as generics. Now calling side may specify the type expecting from it.
If the type of the returning value doesn't matter use non-generics version if the function, which returns Any?.