children

open override fun children(path: AbsolutePath, schemaPath: AbsolutePath, value: Table<T>, fragment: AbsolutePathFragment): Flow<ValueInfo<T>>(source)

Returns a flow of information on the values matching fragment that are children of value, a value of this schema.

The provided fragment will either be a wildcard or a valid fragment according to isValidChildFragment. If the function is called with a wildcard fragment, then all children should be emitted. A recursive wildcard fragment will never be passed to this function by the form manager.