Class BindActionToSamplers.BiConsumerRunnable<A,​B>

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    BindActionToSamplers

    public static class BindActionToSamplers.BiConsumerRunnable<A,​B>
    extends java.lang.Object
    implements java.lang.Runnable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • action

        private final java.util.function.BiConsumer<A,​B> action
      • samplerA

        private final Sampler<A> samplerA
      • samplerB

        private final Sampler<B> samplerB
    • Constructor Detail

      • BiConsumerRunnable

        public BiConsumerRunnable​(java.util.function.BiConsumer<A,​B> action,
                                  Sampler<A> samplerA,
                                  Sampler<B> samplerB)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable