JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.aksw.shellgebra.shim.core
ArgumentListRenderer
Contents
Description
Method Summary
Method Details
toArgumentList(T)
Hide sidebar
Show sidebar
Interface ArgumentListRenderer<
T
>
public interface
ArgumentListRenderer<T>
Functional interface to transform a domain type into an argument list.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ArgumentList
toArgumentList
(
T
model)
Method Details
toArgumentList
ArgumentList
toArgumentList
(
T
model)