Class WebUtils

java.lang.Object
org.ujorm.tools.web.ao.WebUtils

public abstract class WebUtils extends Object
Static method for common use
Author:
Pavel Ponec
  • Constructor Details

    • WebUtils

      public WebUtils()
  • Method Details

    • isType

      public static final <V> boolean isType(@NotNull @NotNull Class type, @NotNull @NotNull V... items)
      Check if any attribute is typeof the Renderer
    • isType

      public static final boolean isType(Class type, @NotNull @NotNull Stream<Object> items)
      Check if any attribute is typeof the Renderer