接口的使用
io.github.palexdev.virtualizedfx.utils.TriConsumer
使用TriConsumer的程序包
-
io.github.palexdev.virtualizedfx.utils中TriConsumer的使用
修饰符和类型方法说明default TriConsumer<A,B, C> TriConsumer.andThen(TriConsumer<? super A, ? super B, ? super C> after) Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.修饰符和类型方法说明default TriConsumer<A,B, C> TriConsumer.andThen(TriConsumer<? super A, ? super B, ? super C> after) Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.voidListChangeHelper.Change.processAddition(TriConsumer<Integer, Integer, Set<Integer>> action) For eachListChangeHelper.ChangeBeanthat is an addition executes the given action.voidListChangeHelper.Change.processRemoval(TriConsumer<Integer, Integer, Set<Integer>> action) For eachListChangeHelper.ChangeBeanthat is a removal executes the given action.