Class LengthView

All Implemented Interfaces:
Function<Integer>, NumberFunction<Integer>, Selectable<Integer>, Serializable

public final class LengthView extends NumberView<Integer>
See Also:
  • Constructor Details

    • LengthView

      public LengthView(Function<String> source)
      Creates a new LengthView. Instead of using this constructor directly, you may want to use the more convenient wrapper method StringFunction.length().
  • Method Details

    • getValueType

      public com.exedio.cope.SelectType<Integer> getValueType()
    • mapJava

      public Integer mapJava(Object[] sourceValues)
      Specified by:
      mapJava in class View<Integer>
    • append

      @Deprecated public void append(com.exedio.cope.Statement bf, Join join)
      Deprecated.