com.eignex.kumulant/stat/event/RunLengthResult RunLengthResult @Serializable@SerialName(value = "RunLengthResult")data class RunLengthResult(val current: Long, val longest: Long) : Result(source)Current and longest consecutive truthy-run lengths. Constructors RunLengthResult constructor(current: Long, longest: Long)(source) Properties current val current: Long(source)Length of the current run; reset to zero when the input was last falsy. longest val longest: Long(source)Longest run observed so far. On this pageConstructorsRunLengthResultPropertiescurrentlongest