Class ListTransformPrefix<T>

java.lang.Object
org.aksw.shellgebra.exec.ListTransformPrefix<T>
Type Parameters:
T -
All Implemented Interfaces:
Function<List<T>,List<T>>

public class ListTransformPrefix<T> extends Object implements Function<List<T>,List<T>>
Transform that creates a copy of a given list with a prefix items prepended.
  • Constructor Details

    • ListTransformPrefix

      public ListTransformPrefix(List<T> prefix)
  • Method Details