SupportedIncarnations

This enum interfaces the generic components of the graphical interface with the specific incarnation details.

Functions

Link copied to clipboard
open fun <T, P : Position<out P>?> get(s: String): Optional<Incarnation<T, P>>
Fetches an incarnation whose name matches the supplied string.
Link copied to clipboard