public abstract class AbstractFilter extends Object implements TransformableFilter
| Constructor and Description |
|---|
AbstractFilter() |
public final <T> T transform(FilterTransformer<T> transformer)
@Override
public abstract <T> T transform( FilterTransformer<T> transformer )
{
return transformer.transform( this );
}
transform in interface TransformableFilterT - the interface of the tool specific filtertransformer - the tool specific transformer, may not be nullnullCopyright © 2002-2017 The Apache Software Foundation. All Rights Reserved.