org.broadleafcommerce.common.util
Interface TypedPredicate<T>

Type Parameters:
T - the type of object the predicate uses

public interface TypedPredicate<T>

A class that provides for a typed predicat

Author:
Andre Azzolini (apazzolini)

Method Summary
 boolean evaluate(T value)
           
 

Method Detail

evaluate

boolean evaluate(T value)


Copyright © 2013. All Rights Reserved.