public class Completions extends Object
Completion
对象的实用类。
Modifier and Type | Method and Description |
---|---|
static Completion |
of(String value)
返回值的完成和空消息
|
static Completion |
of(String value, String message)
返回值和消息的完成。
|
public static Completion of(String value, String message)
value
- 完成的文本
message
- 有关完成的消息
public static Completion of(String value)
value
- 完成的文本