valueInfoImpl

fun <T> valueInfoImpl(formSchema: Schema<T>, formValue: T, path: AbsolutePath, curInfo: ValueInfo<*> = ValueInfo(formValue, formSchema, AbsolutePath.ROOT, AbsolutePath.ROOT), i: Int = 0): Flow<ValueInfo<*>>(source)

Returns a flow of information about the parts of a value formValue with schema formSchema matching path (recursive implementation).

Parameters

curInfo

Information of value being currently analysed.

i

Index of the fragment of the path being analysed.