Package 

Interface Delegate

  • All Implemented Interfaces:
    io.github.kakaocup.compose.intercept.interaction.Interaction

    
    public interface Delegate<INTERACTION extends Interaction<ASSERTION, ACTION>, ASSERTION extends Object, ACTION extends Object>
     implements Interaction<ASSERTION, ACTION>
                        

    Base delegate interface for Kakao-Compose.

    Provides functionality of aggregating interceptors and invoking them on check and perform functions.