Class IfFunction<T,​V>

    • Constructor Detail

      • IfFunction

        public IfFunction​(Predicate<? super T> newPredicate,
                          Function<? super T,​? extends V> function)
      • IfFunction

        public IfFunction​(Predicate<? super T> predicate,
                          Function<? super T,​? extends V> function,
                          Function<? super T,​? extends V> elseFunction)