public static class GuavaCollectors.Factory extends Object implements CollectorFactory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Type containerType) |
Collector<?,?,?> |
build(Type containerType) |
Optional<Type> |
elementType(Type containerType) |
public boolean accepts(Type containerType)
accepts in interface CollectorFactorypublic Optional<Type> elementType(Type containerType)
elementType in interface CollectorFactorypublic Collector<?,?,?> build(Type containerType)
build in interface CollectorFactoryCopyright © 2016. All rights reserved.