Class ItemMapper

java.lang.Object
net.sf.saxon.expr.ItemMapper
All Implemented Interfaces:
ItemMappingFunction

public class ItemMapper extends Object implements ItemMappingFunction
ItemMapper is an implementation of ItemMappingFunction that wraps a function typically supplied as a lambda expression.

NOTE: Java allows a lambda expression to be used wherever an ItemMappingFunction is needed, but C# does not (it's not possible in C# to have a class implementing a delegate). So if a lambda expression is wanted, use an ItemMapper as a wrapper.