com.jme3.network
インタフェース Filter<T>


public interface Filter<T>

Determines a true or false value for a given input.


メソッドの概要
 boolean apply(T input)
          Returns true if the specified input is accepted by this filter.
 

メソッドの詳細

apply

boolean apply(T input)
Returns true if the specified input is accepted by this filter.