Package net.morimekta.providence
Interface PBuilder<T>
-
- All Known Subinterfaces:
PList.Builder<I>,PMap.Builder<K,V>,PSet.Builder<I>
- All Known Implementing Classes:
PApplicationException._Builder,PApplicationExceptionType._Builder,PEnumBuilder,PList.DefaultBuilder,PMap.DefaultBuilder,PMap.SortedBuilder,PMessageBuilder,PServiceCallType._Builder,PSet.DefaultBuilder,PSet.SortedBuilder
- 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 PBuilder<T>Base class for all builders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tbuild()Build the instance value.
-
-
-
Method Detail
-
build
T build()
Build the instance value.- Returns:
- The instance value.
-
-