JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Java SE 9 & JDK 9
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Module
javafx.base
Package
javafx.util
Interface Builder<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
Builder<T>
Interface representing a builder. Builders are objects that are used to construct other objects.
Since:
JavaFX 2.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
build
()
Builds and returns the object.
Method Detail
build
T
build()
Builds and returns the object.
Returns:
the object