Uses of Interface
io.keikai.doc.collab.lib0.TriConsumer
Packages that use TriConsumer
-
Uses of TriConsumer in io.keikai.doc.collab.lib0
Methods in io.keikai.doc.collab.lib0 that return TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<T,U, V> TriConsumer.andThen(TriConsumer<? super T, ? super U, ? super V> after) Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in io.keikai.doc.collab.lib0 with parameters of type TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<T,U, V> TriConsumer.andThen(TriConsumer<? super T, ? super U, ? super V> after) Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.<T,S, U> void ObservableV2.off(String name, TriConsumer<T, S, U> f) <T,S, U> void ObservableV2.on(String name, TriConsumer<T, S, U> f) <T,S, U> void ObservableV2.once(String name, TriConsumer<T, S, U> f) -
Uses of TriConsumer in io.keikai.doc.collab.types
Methods in io.keikai.doc.collab.types with parameters of type TriConsumerModifier and TypeMethodDescriptionvoidYArray.forEach(TriConsumer<Object, Integer, YArray> f) Executes a provided function once on every element of this YArray.voidYXmlFragment.forEach(TriConsumer<Object, Integer, AbstractType> f) Executes a provided function once on every child element.static <T extends AbstractType>
voidAbstractType.typeListForEach(T type, TriConsumer<Object, Integer, T> f) Executes a provided function on every element of the type.static voidAbstractType.typeListForEachSnapshot(AbstractType type, TriConsumer<Object, Integer, AbstractType> f, Snapshot snapshot) Executes a provided function on every element of the type, based on the provided snapshot. -
Uses of TriConsumer in io.keikai.doc.collab.utils
Methods in io.keikai.doc.collab.utils with parameters of type TriConsumer