Class CompositeAroundAdvice.AbstractProfile<SELF>

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractProfile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected CompositeAroundAdvice advice()  
      protected io.vavr.collection.Seq<java.util.function.Supplier<? extends java.lang.Runnable>> after()  
      SELF after​(java.util.function.Supplier<? extends java.lang.Runnable> hook)  
      protected java.lang.Runnable afterRunnable()  
      protected io.vavr.collection.Seq<java.util.function.Supplier<? extends java.lang.Runnable>> before()  
      SELF before​(java.util.function.Supplier<? extends java.lang.Runnable> hook)  
      protected java.lang.Runnable beforeRunnable()  
      SELF removeAfter​(java.util.function.Supplier<? extends java.lang.Runnable> hook)  
      SELF removeBefore​(java.util.function.Supplier<? extends java.lang.Runnable> hook)  
      protected SELF self()  
      • Methods inherited from class java.lang.Object

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

      • AbstractProfile

        public AbstractProfile()
    • Method Detail

      • before

        public SELF before​(java.util.function.Supplier<? extends java.lang.Runnable> hook)
      • after

        public SELF after​(java.util.function.Supplier<? extends java.lang.Runnable> hook)
      • removeBefore

        public SELF removeBefore​(java.util.function.Supplier<? extends java.lang.Runnable> hook)
      • removeAfter

        public SELF removeAfter​(java.util.function.Supplier<? extends java.lang.Runnable> hook)
      • self

        protected final SELF self()
      • before

        protected io.vavr.collection.Seq<java.util.function.Supplier<? extends java.lang.Runnable>> before()
      • after

        protected io.vavr.collection.Seq<java.util.function.Supplier<? extends java.lang.Runnable>> after()
      • beforeRunnable

        protected java.lang.Runnable beforeRunnable()
      • afterRunnable

        protected java.lang.Runnable afterRunnable()