Package 

Class SuspendUseCase


  • 
    public abstract class SuspendUseCase<In extends Object, Out extends Object>
    
                        

    SuspendUseCase

    • 도메인 레이어의 유즈 케이스를 처리합니다.

    • execute 를 구현하여 UseCase를 생성할 수 있습니다.

    • Constructor Summary

      Constructors 
      Constructor Description
      SuspendUseCase(CoroutineDispatcher coroutineDispatcher)
    • Method Summary

      Modifier and Type Method Description
      final Result<Out> invoke(In parameters)
      • Methods inherited from class java.lang.Object

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

      • SuspendUseCase

        SuspendUseCase(CoroutineDispatcher coroutineDispatcher)