Class AbstractSelfBuilder<E,R>

java.lang.Object
com.github.andrewoma.dexx.collection.internal.builder.AbstractBuilder<E,R>
com.github.andrewoma.dexx.collection.internal.builder.AbstractSelfBuilder<E,R>
All Implemented Interfaces:
Builder<E,R>

public abstract class AbstractSelfBuilder<E,R> extends AbstractBuilder<E,R>
  • Field Details

    • result

      protected R result
  • Constructor Details

    • AbstractSelfBuilder

      protected AbstractSelfBuilder(R empty)
  • Method Details