Uses of Interface
io.keikai.doc.collab.lib0.TriConsumer
-
Packages that use TriConsumer Package Description io.keikai.doc.collab.lib0 io.keikai.doc.collab.types io.keikai.doc.collab.utils -
-
Uses of TriConsumer in io.keikai.doc.collab.lib0
Methods in io.keikai.doc.collab.lib0 that return TriConsumer Modifier and Type Method Description default 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 TriConsumer Modifier and Type Method Description default 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>
voidObservableV2. off(java.lang.String name, TriConsumer<T,S,U> f)<T,S,U>
voidObservableV2. on(java.lang.String name, TriConsumer<T,S,U> f)<T,S,U>
voidObservableV2. once(java.lang.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 TriConsumer Modifier and Type Method Description voidYArray. forEach(TriConsumer<java.lang.Object,java.lang.Integer,YArray> f)Executes a provided function once on every element of this YArray.voidYXmlFragment. forEach(TriConsumer<java.lang.Object,java.lang.Integer,AbstractType> f)Executes a provided function once on every child element.static <T extends AbstractType>
voidAbstractType. typeListForEach(T type, TriConsumer<java.lang.Object,java.lang.Integer,T> f)Executes a provided function on every element of the type.static voidAbstractType. typeListForEachSnapshot(AbstractType type, TriConsumer<java.lang.Object,java.lang.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 Modifier and Type Method Description voidDoc. onSubdocs(TriConsumer<DocSubdoc,Doc,Transaction> f)
-