Files
ubicloud/lib
Burak Yucesoy 2986594195 Use lambda instead of block for option filtering
Return statements in blocks return from not only the block but also from the
method that contains the block. This means returns cannot be used for exiting
early from option filtering blocks. Using lambdas instead allows us to use
return statements to exit early from the filtering logic without affecting
the surrounding method.
2025-06-03 05:36:51 +03:00
..
2024-11-22 08:42:42 -08:00
2025-05-20 16:24:53 +05:30
2025-05-26 16:48:14 +02:00
2025-05-14 07:04:53 +09:00
2025-05-23 09:28:10 +02:00
2023-04-25 15:59:56 -07:00