Module aeonics.core

Class Snapshot.ModuleAwareBiConsumer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(Data a, Snapshot b)
      Performs this operation on the given arguments.
      java.lang.Class<?> origin()
      Returns the class definition of the original handler
      • Methods inherited from class java.lang.Object

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

      • origin

        public java.lang.Class<?> origin()
        Returns the class definition of the original handler
        Returns:
        the class definition of the original handler
      • accept

        public void accept​(Data a,
                           Snapshot b)
                    throws java.lang.Exception
        Description copied from interface: Functions.BiConsumer
        Performs this operation on the given arguments.
        Specified by:
        accept in interface Functions.BiConsumer<Data,​Snapshot>
        Parameters:
        a - the input argument
        b - the input argument
        Throws:
        java.lang.Exception - if an error happens