org.n52.security.common.collections
Interface Filter<NewType,OldType>

All Known Implementing Classes:
AbstractFilter, AbstractTransformerFilter

public interface Filter<NewType,OldType>


Method Summary
 boolean accept(OldType instance)
           
 NewType transform(OldType instance)
           
 

Method Detail

accept

boolean accept(OldType instance)

transform

NewType transform(OldType instance)


Copyright © 2004–2013 52north.org. All rights reserved.