コード例 #1
0
 public Cursor2List(@NonNull final CursorWrapper.CursorConverter<T> converter) {
   this.converter = Either.Right(converter);
 }