thomasnield
09/11/2017, 12:11 AMmyList.map { }.filter{ }.flatMap { }
you are going to be much better off using an asSequence()
call first.thomasnield
09/11/2017, 12:12 AMforEach()
does not warrant being counted for a multi-step operation thoughthomasnield
09/11/2017, 12:13 AMtieskedh
09/11/2017, 1:03 AMDalinar
09/11/2017, 6:40 AMedvin
09/11/2017, 7:19 AMedvin
09/11/2017, 7:20 AMedvin
09/11/2017, 7:48 AMtieskedh
09/11/2017, 8:14 AMedvin
09/11/2017, 8:14 AMtieskedh
09/11/2017, 8:16 AMedvin
09/11/2017, 8:36 AMedvin
09/11/2017, 8:37 AMtieskedh
09/11/2017, 8:37 AMedvin
09/11/2017, 8:48 AMedvin
09/11/2017, 8:58 AMedvin
09/11/2017, 8:58 AMonCreate
callback in UIComponent
could be misunderstood as having to do with the component life cycle.edvin
09/11/2017, 8:59 AMonRefresh
, onSave
, onDelete
etc.tieskedh
09/11/2017, 9:35 AMtieskedh
09/11/2017, 9:36 AMonCreateClicked
?edvin
09/11/2017, 10:24 AMtieskedh
09/11/2017, 11:15 AMedvin
09/11/2017, 11:15 AMselect
, I think that's it.tieskedh
09/11/2017, 11:21 AMlookup(".container") as? HBox)?.apply{...}
How would I rewrite that using selectors?
It would be great to have it as something like:
lookup<HBox>{...}
tieskedh
09/11/2017, 11:23 AMlookup<Hbox?>
where lookup<Hbox?>
trows an error if HBox is not foundtieskedh
09/11/2017, 11:24 AMtieskedh
09/11/2017, 11:26 AMedvin
09/11/2017, 11:28 AMtieskedh
09/11/2017, 11:29 AMedvin
09/11/2017, 12:58 PMrowFormat
function for TableView?!