-
- All Implemented Interfaces:
public interface SuggestionAction<T extends Object>Builder Action to add a suggestion
-
-
Method Summary
Modifier and Type Method Description abstract Unitinitialize(SuggestionBuilder<T> $self)An method which replacing kotlin apply block. -
-
Method Detail
-
initialize
abstract Unit initialize(SuggestionBuilder<T> $self)
An method which replacing kotlin apply block.
-
-
-
-