com.github.andrewoma.dexx.collection
Interface BuilderFactory<E,R>


public interface BuilderFactory<E,R>

BuilderFactory defines a factory interface for creating Builder instances.


Method Summary
 Builder<E,R> newBuilder()
           
 

Method Detail

newBuilder

@NotNull
Builder<E,R> newBuilder()


Copyright © 2014. All Rights Reserved.