Class AndGatherer<T,​R>

    • Field Detail

      • value1

        protected final T value1
      • value2

        protected T value2
    • Constructor Detail

      • AndGatherer

        protected AndGatherer​(T value1)
    • Method Detail

      • and

        public R and​(T value2)
      • and

        public R and​(Supplier<T> valueSupplier2)
      • build

        protected abstract R build()