Class FilterCompositionFunction<X>

  • All Implemented Interfaces:
    java.util.function.Function<java.util.List<org.reactivestreams.Publisher<X>>,​org.reactivestreams.Publisher<X>>

    public class FilterCompositionFunction<X>
    extends java.lang.Object
    implements java.util.function.Function<java.util.List<org.reactivestreams.Publisher<X>>,​org.reactivestreams.Publisher<X>>
    Created by timartin on 06/10/2016.
    • Constructor Summary

      Constructors 
      Constructor Description
      FilterCompositionFunction​(java.util.function.Predicate<X> predicate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.reactivestreams.Publisher<X> apply​(java.util.List<org.reactivestreams.Publisher<X>> reactiveStreams)  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • FilterCompositionFunction

        public FilterCompositionFunction​(java.util.function.Predicate<X> predicate)
    • Method Detail

      • apply

        public org.reactivestreams.Publisher<X> apply​(java.util.List<org.reactivestreams.Publisher<X>> reactiveStreams)
        Specified by:
        apply in interface java.util.function.Function<java.util.List<org.reactivestreams.Publisher<X>>,​org.reactivestreams.Publisher<X>>
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object