Class IfProcedureWith<T,​P>

    • Constructor Detail

      • IfProcedureWith

        public IfProcedureWith​(Predicate<? super T> newPredicate,
                               Procedure2<? super T,​? super P> procedure)
    • Method Detail

      • value

        public void value​(T each,
                          P parm)
        Specified by:
        value in interface Procedure2<T,​P>