Interface BaseSequenceBuilder.SimpleBuilder

Enclosing class:
BaseSequenceBuilder<S extends BaseSequenceBuilder<S>>
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 static interface BaseSequenceBuilder.SimpleBuilder
Simplified interface that works better with lambdas
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • build

      Step build()