Package 

Class ResultFlowUseCase


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

    ResultFlowUseCase

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

    • Result 타입의 Flow 형태로 반환됩니다.

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

    • Constructor Summary

      Constructors 
      Constructor Description
      ResultFlowUseCase(CoroutineDispatcher coroutineDispatcher)
    • Method Summary

      Modifier and Type Method Description
      final Flow<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

      • ResultFlowUseCase

        ResultFlowUseCase(CoroutineDispatcher coroutineDispatcher)