Interface Adjusting.XML.SetMethod<T>

Enclosing class:
Adjusting.XML
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 static interface Adjusting.XML.SetMethod<T>
A functional interface fitting various setFeature or setProperty methods in Java XML APIs.

The XML APIs have a number of methods on various interfaces that can be used to set some property or feature, and can generally be assigned to this functional interface by bound method reference, and used with setFirstSupported.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(String key, T value)