Interface Builder<T>
- Type Parameters:
 T- the type of the object being built
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Interface representing a builder. Builders are objects that are used to
 construct other objects.
- Since:
 - JavaFX 2.0
 
- 
Method Summary
 
- 
Method Details
- 
build
 
 -