igordonxiao
03/09/2017, 7:46 AMthis
to refer current class’s function, res.forEach { dto ->
dto.newAdd?.forEach { this::associationInfo }
dto.canceled?.forEach { this::associationInfo }
}
, but i changed to associationInfo(it)
works well