public class BLCCollectionUtils
extends java.lang.Object
| Constructor and Description |
|---|
BLCCollectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.Collection<T> |
collect(java.util.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> java.util.Collection<T> collect(java.util.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 © 2018. All Rights Reserved.