Class Procedures2.RemoveFromCollection<T>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.BiConsumer<T,​java.util.Collection<T>>, Procedure2<T,​java.util.Collection<T>>
    Enclosing class:
    Procedures2

    private static class Procedures2.RemoveFromCollection<T>
    extends java.lang.Object
    implements Procedure2<T,​java.util.Collection<T>>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void value​(T each, java.util.Collection<T> target)  
      • Methods inherited from class java.lang.Object

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

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

        accept
    • Constructor Detail

      • RemoveFromCollection

        private RemoveFromCollection()
    • Method Detail

      • value

        public void value​(T each,
                          java.util.Collection<T> target)
        Specified by:
        value in interface Procedure2<T,​java.util.Collection<T>>