Package org.adempiere.report.jasper
Class ColumnLookup
- java.lang.Object
-
- org.adempiere.report.jasper.ColumnLookup
-
- All Implemented Interfaces:
BiFunction<String,Object,Object>
public class ColumnLookup extends Object implements BiFunction<String,Object,Object>
- Author:
- hengsin
-
-
Constructor Summary
Constructors Constructor Description ColumnLookup(Language language)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
apply(String t, Object key)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-