Interface SyThemeValueFunctionType<T>

Type Parameters:
T - The type of input and result values

public interface SyThemeValueFunctionType<T>
The type of functions that take T and return T.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T x)
    Process a value.
  • Method Details

    • apply

      T apply(T x)
      Process a value.
      Parameters:
      x - The input
      Returns:
      The result