Uses of Interface
org.mule.util.Predicate

Packages that use Predicate
org.mule.api.registry   
org.mule.api.schedule   
org.mule.registry   
 

Uses of Predicate in org.mule.api.registry
 

Methods in org.mule.api.registry with parameters of type Predicate
 Collection<Scheduler> MuleRegistry.lookupScheduler(Predicate<String> schedulerNamePredicate)
           
 

Uses of Predicate in org.mule.api.schedule
 

Methods in org.mule.api.schedule that return Predicate
static Predicate<String> Schedulers.allPollSchedulers()
           
static Predicate<String> Schedulers.flowPollingSchedulers(String flowName)
           
 

Uses of Predicate in org.mule.registry
 

Methods in org.mule.registry with parameters of type Predicate
 Collection<Scheduler> MuleRegistryHelper.lookupScheduler(Predicate<String> schedulerNamePredicate)
           
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.