-
- All Implemented Interfaces:
public interface FlyLibAction<T extends Object>An interface that takes FlyLibBuilder as an argument. In Java, it can be used for SAM conversion.
-
-
Method Summary
Modifier and Type Method Description abstract Unitinitialize(FlyLibBuilder<T> $self)An method which replacing kotlin apply block. -
-
Method Detail
-
initialize
abstract Unit initialize(FlyLibBuilder<T> $self)
An method which replacing kotlin apply block.
-
-
-
-