eu.lindenbaum.maven.util
Interface Predicate<T>

Type Parameters:
T - type to evaluate the predicate on

public interface Predicate<T>

An interface for predicates.

Author:
Tobias Schlager

Method Summary
 boolean pred(T object)
          Returns the result of the predicate for a specific object.
 

Method Detail

pred

boolean pred(T object)
Returns the result of the predicate for a specific object.

Parameters:
object - to evaluate the predicate for
Returns:
a predicate specific boolean value


Copyright © 2011 Lindenbaum GmbH. All Rights Reserved.