galex
12/03/2019, 10:54 AMMilan Hruban
12/03/2019, 10:57 AMadimit
12/03/2019, 11:01 AMimport
statement for your the stdlib forEach
then import your own forEach
.forEach
method on, say, List<T>
is probably a silly idea. If it does something special, at least reflect that in the name, as people would otherwise be easily confused.galex
12/03/2019, 11:08 AMgian
12/03/2019, 11:10 AMKroppeb
12/03/2019, 11:28 AMforEachRecursive
, or something similar.galex
12/03/2019, 11:55 AM