Uses of Interface
io.keikai.doc.collab.lib0.TriFunction
Packages that use TriFunction
-
Uses of TriFunction in io.keikai.doc.collab.lib0
Methods in io.keikai.doc.collab.lib0 that return TriFunctionModifier and TypeMethodDescriptiondefault <W> TriFunction<T,U, V, W> Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.Methods in io.keikai.doc.collab.lib0 with parameters of type TriFunction -
Uses of TriFunction in io.keikai.doc.collab.types
Methods in io.keikai.doc.collab.types with parameters of type TriFunctionModifier and TypeMethodDescription<M> List<M>YArray.map(TriFunction<T, Number, AbstractType, M> f) Returns a List with the result of calling a provided function on every element of this YArray.static <C,R> List<R> AbstractType.typeListMap(AbstractType type, TriFunction<C, Number, AbstractType, R> f) Maps the elements in the type to a new list using the provided function.