Class StringView

All Implemented Interfaces:
Function<String>, Selectable<String>, StringFunction, Serializable
Direct Known Subclasses:
AsStringView, UppercaseView

public abstract class StringView extends View<String> implements StringFunction
See Also:
  • Constructor Details

    • StringView

      protected StringView(Function<?>[] sources, String name)
  • Method Details