Action

Functional interface to run an action on expected types.

interface Action<T>

Functions

run
Link copied to clipboard

Function runs an action on expected types.

abstract fun run(input: T)