Метод PickerBuilder.build
Создайте объект Picker.
Подпись
build(): Picker;
Подробности
Необязательный | Нет |
---|
Финал | Нет |
---|
Защищено | Нет |
---|
Статический | Нет |
---|
Возврат
Picker
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-12 UTC.
[null,null,["Последнее обновление: 2024-11-12 UTC."],[[["The `build()` method is used to construct the `Picker` object."],["It's an instance method that's neither final, protected, nor static."],["Upon successful execution, it returns an instance of the `Picker` class, as documented in the linked resource."]]],["The core content details the `build()` method for constructing a `Picker` object. This method, which is neither optional, final, protected, nor static, returns an instance of `Picker`, as indicated by the return type: `[Picker](./picker.picker.md)`. The method's function is solely to create and return this Picker object.\n"]]