JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.pfsw.bif.creation
Interface IBuilder<T>
public interface
IBuilder<T>
Interface of classes that are supposed to support a fluent API builder pattern.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
build
()
Returns the newly created instance.
Method Detail
build
T
build()
Returns the newly created instance.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method