Package church.i18n.processing.builder
Interface NullableBuilder<T>
- Type Parameters:
T- Return type of build object.
- All Known Subinterfaces:
ContextInfoBuilder
- All Known Implementing Classes:
ContextInfoDefaultBuilder,ContextInfoNoopBuilder
public interface NullableBuilder<T>
Nullable builder. Allows return
null when object is build.-
Method Summary
-
Method Details
-
build
Build an object.- Returns:
- Built object or
nullwhen nothing is built.
-