FlyLibAction

fun interface FlyLibAction<T>

An interface that takes FlyLibBuilder as an argument. In Java, it can be used for SAM conversion.

Functions

initialize
Link copied to clipboard
abstract fun FlyLibBuilder<T>.initialize()

An method which replacing kotlin apply block.