Action

interface Action<T>

Functional interface to run an action on expected types.

Functions

run
Link copied to clipboard
abstract fun run(@NonNull input: T)
Function runs an action on expected types.