-
public interface Interaction<ASSERTION extends Object, ACTION extends Object>Base Interaction interface for Kakao-Compose
Inspired by the idea from legacy UI system where all interactions with a View are possible through only two methods:
checkandperform. Such approach allows to introduce Interceptors simply.