- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
List<Validatable> list = getValues();
...
return list == null || list.stream().reduce(Boolean.TRUE,
(identity, cf) -> identity
&& cf.validate().stream()
.map(ValidationError::getError)
.peek(feedbackPanel::error)
.count() == 0,
(result1, result2) -> result1 && result2);
I_AM_SHIT 15.04.2018 22:46 # −3
gost 15.04.2018 23:44 # 0
I_AM_SHIT 16.04.2018 07:19 # −4
AnalDaddy 16.04.2018 21:03 # −2
yet_another_one_shit 17.04.2018 12:24 # +2
Так что, ИДИ НАХУЙ !
Я тебе, долбаёбу, ещё и ничайна плюс въебал
Alexander 17.04.2018 14:09 # +1
Чтоб тебя не послали в песду.
© Есенин
yet_another_one_shit 17.04.2018 16:27 # 0
Alexander 17.04.2018 16:29 # 0
yet_another_one_shit 17.04.2018 17:07 # +3
3.14159265 17.04.2018 21:03 # +1
3.14159265 17.04.2018 21:04 # +2
Раз уж лямбды, почему без Optional?