Uses of Interface
net.foxgenesis.util.function.TriConsumer
Packages that use TriConsumer
-
Uses of TriConsumer in net.foxgenesis.config.fields
Constructors in net.foxgenesis.config.fields with parameters of type TriConsumerModifierConstructorDescriptionJSONObjectAdv(String json, TriConsumer<String, Object, Boolean> update) -
Uses of TriConsumer in net.foxgenesis.util.function
Methods in net.foxgenesis.util.function that return TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<T,U, R> TriConsumer.andThen(TriConsumer<? super T, ? super U, ? super R> after) Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in net.foxgenesis.util.function with parameters of type TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<T,U, R> TriConsumer.andThen(TriConsumer<? super T, ? super U, ? super R> after) Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.