Package org.hexworks.zircon.internal.component

Types

InternalAttachedComponent
Link copied to clipboard
common
interface InternalAttachedComponent : InternalComponent, AttachedComponent
InternalComponent
Link copied to clipboard
common
A InternalComponent represents the internal API of the Component interface which adds functionality which will be used by Zircon internally.
InternalComponentContainer
Link copied to clipboard
common
Internal API for a ComponentContainer.
InternalContainer
Link copied to clipboard
common
interface InternalContainer : Container, InternalComponent
A InternalContainer is a specialization of the Component interface which adds functionality which will be used by Zircon internally.
InternalGroup
Link copied to clipboard
common
interface InternalGroup<T : Component> : Group<T>

Functions

withNewLinesStripped
Link copied to clipboard
common
fun String.withNewLinesStripped(): String