com.badlogic.gdx.utils
Interface Predicate<T>


public interface Predicate<T>

Interface used to select items within an iterator against a predicate.

Author:
Xoppa

Nested Class Summary
static class Predicate.PredicateIterable<T>
           
static class Predicate.PredicateIterator<T>
           
 
Method Summary
 boolean evaluate(T arg0)
           
 

Method Detail

evaluate

boolean evaluate(T arg0)


Copyright © 2013. All Rights Reserved.