success
Creates an instance of IMfmParserResult with a success flag and found information.
fun success(foundType: FoundType, overallRange: IntRange, contentRange: IntRange, resumeIndex: Int, nestedInfos: List<SubstringFoundInfo> = listOf()): IMfmParserResult
Creates an instance of IMfmParserResult with a success flag, found information, and a list of nested information.
See also
Creates an instance of IMfmParserResult with a success flag and a nested result.