siddhantkumarupmanyu
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Idea hinting java variable type as (T..T?) rather than T! e.g. (String..Sting?) rather than String!
Due to this understanding variable type becomes harder and complicated. for e.g. for variable assigned to kafka consumer.poll() it's hinting like val consumerRecords: (ConsumerRecords<(String..Stri...