public class BLCCollectionUtils extends Object
| Constructor and Description |
|---|
BLCCollectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Collection<T> |
collect(Collection inputCollection,
TypedTransformer<T> transformer)
Delegates to
CollectionUtils.collect(Collection, Transformer), but performs the necessary type coercion
to allow the returned collection to be correctly casted based on the TypedTransformer. |
public static <T> Collection<T> collect(Collection inputCollection, TypedTransformer<T> transformer)
CollectionUtils.collect(Collection, Transformer), but performs the necessary type coercion
to allow the returned collection to be correctly casted based on the TypedTransformer.inputCollection - transformer - Copyright © 2017. All Rights Reserved.