- Type Parameters:
D
- the transcoder type
- Enclosing interface:
Transcoder<D>
public static interface Transcoder.ListBuilder<D>
List builders are used to eventually build a list.
They are considered mutable containers, but provide builder semantics.
They are considered mutable containers, but provide builder semantics.
-
Method Summary
-
Method Details
-
add
-
build
D build()
-