Class Procedures.AppendProcedure<T>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Consumer<T>, Procedure<T>
    Enclosing class:
    Procedures

    private static final class Procedures.AppendProcedure<T>
    extends java.lang.Object
    implements Procedure<T>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Appendable appendable  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AppendProcedure​(java.lang.Appendable appendable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      void value​(T each)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
      • Methods inherited from interface org.eclipse.collections.api.block.procedure.Procedure

        accept
    • Field Detail

      • appendable

        private final java.lang.Appendable appendable
    • Constructor Detail

      • AppendProcedure

        private AppendProcedure​(java.lang.Appendable appendable)
    • Method Detail

      • value

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object