Class MetaParam.MetaBoolean

java.lang.Object
org.infinispan.functional.MetaParam.MetaBoolean
All Implemented Interfaces:
MetaParam<Boolean>
Direct Known Subclasses:
MetaParam.MetaLoadedFromPersistence, MetaParam.MetaUpdateCreationTime
Enclosing interface:
MetaParam<T>

@Experimental public abstract static class MetaParam.MetaBoolean extends Object implements MetaParam<Boolean>
  • Field Details

    • value

      protected final boolean value
  • Constructor Details

    • MetaBoolean

      public MetaBoolean(boolean value)
  • Method Details

    • get

      public Boolean get()
      Description copied from interface: MetaParam
      Returns the value of the meta parameter.
      Specified by:
      get in interface MetaParam<Boolean>
    • equals

      public boolean equals(Object o)
    • hashCode

      public int hashCode()