Uses of Interface
com.badlogic.gdx.utils.Predicate

Packages that use Predicate
com.badlogic.gdx.utils   
 

Uses of Predicate in com.badlogic.gdx.utils
 

Fields in com.badlogic.gdx.utils declared as Predicate
 Predicate<T> Predicate.PredicateIterator.predicate
           
 Predicate<T> Predicate.PredicateIterable.predicate
           
 

Methods in com.badlogic.gdx.utils with parameters of type Predicate
 Iterable<T> Array.select(Predicate<T> predicate)
          Returns an iterable for the selected items in the array.
 void Predicate.PredicateIterator.set(Iterable<T> iterable, Predicate<T> predicate)
           
 void Predicate.PredicateIterable.set(Iterable<T> iterable, Predicate<T> predicate)
           
 void Predicate.PredicateIterator.set(Iterator<T> iterator, Predicate<T> predicate)
           
 

Constructors in com.badlogic.gdx.utils with parameters of type Predicate
Predicate.PredicateIterable(Iterable<T> iterable, Predicate<T> predicate)
           
Predicate.PredicateIterator(Iterable<T> iterable, Predicate<T> predicate)
           
Predicate.PredicateIterator(Iterator<T> iterator, Predicate<T> predicate)
           
 



Copyright © 2014. All Rights Reserved.