Class EntityTransformCoalesce<T>

java.lang.Object
org.aksw.commons.codec.entity.impl.EntityTransformCoalesce<T>
Type Parameters:
T -
All Implemented Interfaces:
Function<T,T>, EntityTransform<T>

public class EntityTransformCoalesce<T> extends Object implements EntityTransform<T>
EntityTransform based on a collection of transforms that is delegated to. For a given argument the first applicable transform from the backing collection is taken and applied. If there is no applicable transform for an argument an IllegalArgumentException is raised.
Author:
Claus Stadler