Package jadex.commons

Class SFilter


  • public class SFilter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SFilter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> IFuture<java.util.Collection<T>> applyFilter​(java.util.Collection<T> input, IAsyncFilter<T> filter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SFilter

        public SFilter()
    • Method Detail

      • applyFilter

        public static final <T> IFuture<java.util.Collection<T>> applyFilter​(java.util.Collection<T> input,
                                                                             IAsyncFilter<T> filter)