我正在尝试 doSomething()当用户点击模式时将其解除(点击模态叠加)。
为此目的,我需要在模态被解雇时注册。
Q1。是否有被解雇模式的事件?
Q2。一旦模态被解除,我怎么能 doSomething() Angular 2方式(没有JQuery)?
List<MyCustomObjects> = Utils.readFile("myText-"+".txt", true)
.stream()
.map(str -> getListOfCustomObjForEachStr(str, pstmt))
.flatMap(Collection::stream)
.collect(Collectors.toList());