Package-level declarations

Functions

Link copied to clipboard
Link copied to clipboard
fun Map<Int, StoryStep>.noContent(): Boolean
Link copied to clipboard
fun Map<Int, StoryStep>.previousTextStory(position: Int, isTextStory: (StoryStep) -> Boolean): Pair<StoryStep, Int>?
Link copied to clipboard
fun Map<Int, StoryStep>.previousTextStoryPosition(position: Int, isTextStory: (StoryStep) -> Boolean): Int?
Link copied to clipboard
fun Map<Int, StoryStep>.toEditState(): MutableMap<Int, List<StoryStep>>
Link copied to clipboard
fun Iterable<StoryStep>.toSections(): List<Section>
fun Map<Int, StoryStep>.toSections(): List<Section>