Class InjectIntoProcedure<IV,​T>

    • Constructor Detail

      • InjectIntoProcedure

        public InjectIntoProcedure​(IV injectedValue,
                                   Function2<? super IV,​? super T,​? extends IV> function)
    • Method Detail

      • value

        public void value​(T each)
        Specified by:
        value in interface Procedure<IV>
      • getResult

        public IV getResult()