Interface BuilderSupplier

  • All Implemented Interfaces:
    io.toolisticon.kotlin.generation.Builder , java.util.function.Supplier

    
    public interface BuilderSupplier<PRODUCT extends Object, SPEC extends Object>
     implements Builder<PRODUCT>, Supplier<SPEC>
                        

    Builder for PRODUCT that is also a supplier for SPEC, used to combine poetSpec and kcg specs.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class io.toolisticon.kotlin.generation.Builder

        build
      • Methods inherited from class java.util.function.Supplier

        get
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail