Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

Add support for KeysReaderRecord.getListVal #32

Open
rrelledge opened this issue Jan 18, 2022 · 0 comments
Open

Add support for KeysReaderRecord.getListVal #32

rrelledge opened this issue Jan 18, 2022 · 0 comments

Comments

@rrelledge
Copy link

The generated Javadoc for GearsBuilder.flatMap() has an example that uses getListVal():

GearsBuilder.CreateGearsBuilder(reader).
  	flatMap(r->{
  		return r.getListVal();
  	}); 

However, KeysReaderRecord.getListVal() has a comment that says: "Currently not supported and returns null".

When I tried out the flatMap example, I got this output:

1) (empty array)
2) 1) "Got null record on flat mapper"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant