com.smaxe.util
Interface ISelector<T>

Type Parameters:
T - selection type

public interface ISelector<T>

ISelector - selector interface.

Author:
Andrei Sochirca

Method Summary
 boolean select(T t)
          Decides t selection and return true if instance is selected; otherwise false
 

Method Detail

select

boolean select(T t)
Decides t selection and return true if instance is selected; otherwise false

Parameters:
t -
Returns:
true to select; otherwise false