Class AdaptedPredicate<I,​PI>

    • Constructor Detail

      • AdaptedPredicate

        public AdaptedPredicate()
        Default - for serialisation.
    • Method Detail

      • test

        public boolean test​(I input)
        Apply the Predicate by adapting the input.
        Specified by:
        test in interface Predicate<I>
        Parameters:
        input - Input to adapt and apply predicate to
        Returns:
        Predicate result
      • setPredicate

        public void setPredicate​(Predicate<PI> predicate)