All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vavr.render.ToTree Maven / Gradle / Ivy

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