Interface H5GroupVisitor

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface H5GroupVisitor

Interface for doing directory-style visiting of groups. Note that the child is behind a supplier so that children can be skipped without having to open them, as opening them means the caller must also close them.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(H5Group parent, String childName, Supplier<H5Object> supplier)