radoslawsobies
Results
3
issues of
radoslawsobies
it would be nice to have getOrNull in Either class, similar to getOrdElse
example `MyObject.copyWith(field1: null)` this will not set field1 to null value, old value remains
is it possible to register the same class for two interfeces? `class MyImpl implements FirstInterface, SecendInterface { .... }` it would be nice to have smth like this `@LazySingleton(as: [FirstInterface,...