Uses of Interface
io.github.palexdev.materialfx.utils.others.TriConsumer
Packages that use TriConsumer
Package
Description
-
Uses of TriConsumer in io.github.palexdev.materialfx.selection
Methods in io.github.palexdev.materialfx.selection with parameters of type TriConsumerModifier and TypeMethodDescriptionvoidSingleSelectionManager.bindIndexBidirectional(Property<Number> other, Function<Integer, T> indexConverter, TriConsumer<Boolean, Integer, Property<Number>> updateOther) Binds the index property bidirectionally to given otherProperty.voidSingleSelectionModel.bindIndexBidirectional(Property<Number> other, Function<Integer, T> indexConverter, TriConsumer<Boolean, Integer, Property<Number>> updateOther) Delegate method forSingleSelectionManager.bindIndexBidirectional(Property, Function, TriConsumer).voidSingleSelectionManager.bindItemBidirectional(Property<T> other, Function<T, Integer> itemConverter, TriConsumer<Boolean, T, Property<T>> updateOther) Binds the item property bidirectionally to given otherProperty.voidSingleSelectionModel.bindItemBidirectional(Property<T> other, Function<T, Integer> itemConverter, TriConsumer<Boolean, T, Property<T>> updateOther) Delegate method forSingleSelectionManager.bindItemBidirectional(Property, Function, TriConsumer). -
Uses of TriConsumer in io.github.palexdev.materialfx.utils.others
Methods in io.github.palexdev.materialfx.utils.others that return TriConsumerModifier and TypeMethodDescriptiondefault 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.Methods in io.github.palexdev.materialfx.utils.others with parameters of type TriConsumerModifier and TypeMethodDescriptiondefault 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.