SubSection

open class SubSection

Allows convenient type matching comparison for instances of SectionLifecycles. Useful for verifying the existence of sub-sections that are part of a group.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getSection(): Section
Link copied to clipboard
open fun getSectionType(): Class<out SectionLifecycle>
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun of(section: Section): SubSection
open fun of(sectionType: Class<out SectionLifecycle>): SubSection
Link copied to clipboard
open fun toString(): String