Type Parameters:
S
- Value type.
All Implemented Interfaces:
Function <javafx.scene.control.TableColumn<S,?>,Function <javafx.collections.ObservableList<?>,javafx.beans.value.ObservableValue<?>>>
public class StatExtractor<S>
extends Object
implements Function <javafx.scene.control.TableColumn<S,?>,Function <javafx.collections.ObservableList<?>,javafx.beans.value.ObservableValue<?>>>
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Function <javafx.collections.ObservableList<?>,javafx.beans.value.ObservableValue<?>>
apply (javafx.scene.control.TableColumn<S ,?> pTableColumn)
Map <javafx.scene.control.TableColumn<S ,?>,Function <javafx.collections.ObservableList<?>,javafx.beans.value.ObservableValue<?>>>
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
StatExtractor
public StatExtractor ()
Method Details
getMap
public Map <javafx.scene.control.TableColumn<S ,?>,Function <javafx.collections.ObservableList<?>,javafx.beans.value.ObservableValue<?>>> getMap ()
apply
public Function <javafx.collections.ObservableList<?>,javafx.beans.value.ObservableValue<?>> apply (javafx.scene.control.TableColumn<S ,?> pTableColumn)
Specified by:
apply
in interface Function <javafx.scene.control.TableColumn<S ,?>,Function <javafx.collections.ObservableList<?>,javafx.beans.value.ObservableValue<?>>>