Class Combiners


  • public final class Combiners
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Combiners()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> Combiner<T> passThru()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Combiners

        private Combiners()
    • Method Detail

      • passThru

        public static <T> Combiner<T> passThru()