com.karmasphere.share.util
Interface Condition<I>


public interface Condition<I>

A condition. In a purer type system, this would be a Functor<I,Boolean>, but this is java, so it isn't.

See Also:
Condition, MapUtil, CollectionUtil

Method Summary
 boolean evaluate(I in)
           
 

Method Detail

evaluate

boolean evaluate(I in)


Copyright © 2004-2005 Karamsphere. All Rights Reserved.