T - public abstract class TypeBuilder<T> extends Object
Type<A,<B,C>>, one would use the following:
new TypeBuilder<A,<B,C>>(){}.build();
| Constructor and Description |
|---|
TypeBuilder()
Constructs a new TypeBuilder instance
|
TypeBuilder(Type<?>... types)
Construct a new TypeBuilder instance, filling the actual type arguments from the provided
types.
|
public TypeBuilder()
public TypeBuilder(Type<?>... types)
types - Copyright © 2016 Glasnost. All rights reserved.