Interface RDFList.ApplyFn

  • Enclosing interface:
    RDFList

    public static interface RDFList.ApplyFn
    Interface that encapsulates a function to apply to every element in a list.
    • Method Detail

      • apply

        void apply​(RDFNode node)

        Apply a function to the given RDF node.

        Parameters:
        node - A node from the list.