Class LongWrapper

All Implemented Interfaces:
GroovyObject

public class LongWrapper extends PojoWrapper
Wrapper for long values that preserves the primitive constrained type.
  • Constructor Details

    • LongWrapper

      public LongWrapper(long wrapped)
      Creates a wrapper for a long value.
      Parameters:
      wrapped - the long value to wrap