Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
load.first() 사용하여 꺼내는 이유는
first() 함수는 Flow에서 가장 첫 번째 값을 받아옵니다. 이 함수를 호출하면 Flow가 첫 번째 값을 내보낼 때까지 기다립니다.
이후에는 더 이상 새로운 값을 받아오지 않습니다.
first()를 사용하면 Flow에서 가장 먼저 도착한 값을 얻을 수 있습니다. 이는 Flow의 비동기적인 특성을 감안하여 사용됩니다.
save = 입력값(key)에 해당하는 value값을 입력값 + ocid 라는 텍스트로 지정하여 저장
load = 입력값에 해당하는 value값을 리턴받음