cardillo / joinery

Data frames for Java
https://joinery.sh
GNU General Public License v3.0
697 stars 167 forks source link

Inheritance of joinery DataFrame #58

Closed GladsonVas closed 7 years ago

GladsonVas commented 7 years ago

Is there a way to extend the joinery Dataframe class to add custom methods.

cardillo commented 7 years ago

If the methods you would like to add are general purpose, consider submitting pull requests to have them added. If not, I would suggest wrapping a data frame instance, delegating to the data frame for common methods, and implementing custom methods on the wrapper.