Interface Builder.OrProduct<P,B extends Builder<P>>

All Superinterfaces:
Lazy.Supplier<P>, Supplier<P>
All Known Subinterfaces:
ValueBuilder.BuilderOrValue<P>
Enclosing interface:
Builder<P>

public static interface Builder.OrProduct<P,B extends Builder<P>> extends Lazy.Supplier<P>
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<? extends B>
     
    default P
    get()
     
    Optional<? extends P>
     
  • Method Details