Class StringValue

java.lang.Object
team.unnamed.mocha.runtime.value.StringValue
All Implemented Interfaces:
Value

public final class StringValue extends Object implements Value
  • Method Details

    • of

      @NotNull public static @NotNull StringValue of(@NotNull @NotNull String value)
    • value

      @NotNull public @NotNull String value()
    • toString

      @NotNull public @NotNull String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(@Nullable @Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object