io.vavr.render.ToTree Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vavr-render Show documentation
Show all versions of vavr-render Show documentation
A rendering module for Vavr.io
The newest version!
package io.vavr.render;
import io.vavr.collection.Tree;
public interface ToTree {
Tree.Node toTree();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy