Companion

public class Companion

Properties

Link copied to clipboard
public final static Screen.Companion INSTANCE

Functions

Link copied to clipboard
public final Unit idle(Long duration)

Idles for given amount of time

Link copied to clipboard
public final T onScreen<T extends Screen<T>>(Function1<T, Unit> function)

Initializes instance of the screen class provided and invokes given tail lambda on it.