サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
セキュリティ
github.com/izumin5210
/** * This is a state class. * It can be as simple as possible implementation, like POJO, or immutable object. */ public class Counter { private final int count; public Counter(int count) { this.count = count; } public int getCount() { return count; } } /** * This is a reducer class. * It should be applied @Reducer annotation is given a state class as an argument. * It describe whether the reducer
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
このページを最初にブックマークしてみませんか?
『izumin5210 - Overview』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く