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 Summary

    Modifier and Type
    Method
    Description
    void
    apply(RDFNode node)
    Apply a function to the given RDF node.
  • Method Details

    • apply

      void apply(RDFNode node)

      Apply a function to the given RDF node.

      Parameters:
      node - A node from the list.