Klemens MorbeDec 26, 20222 minjava streams: working with optionals map functionjava optionals are a useful feature introduced in java 8 that allows developers to handle null values in a more elegant way. they provide...
Klemens MorbeJun 12, 20222 minjava streams: working with mapsa set of information can be processed in many ways: using an iterator, a while loop, a for loop, an indexed or a rekursive loop. with the...
Klemens MorbeFeb 10, 20211 mindifferent styles when coding #3it wasn't that long ago that i tried to convince others in using optionals over nulls or empty strings. today i can say that i am more...