-
- 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 varioussetFeature
orsetProperty
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
.