Class Hex

  • All Implemented Interfaces:
    Fragile<java.lang.CharSequence,​java.lang.RuntimeException>, Single<java.lang.CharSequence>

    public final class Hex
    extends java.lang.Object
    implements Single<java.lang.CharSequence>
    The Single of a hexadecimal representation of a Single array of bytes.
    • Constructor Summary

      Constructors 
      Constructor Description
      Hex​(Fragile<byte[],​? extends java.lang.RuntimeException> delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.CharSequence value()
      Returns the sole value of this 1-tuple.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Hex

        public Hex​(Fragile<byte[],​? extends java.lang.RuntimeException> delegate)
    • Method Detail

      • value

        public java.lang.CharSequence value()
        Description copied from interface: Single
        Returns the sole value of this 1-tuple.
        Specified by:
        value in interface Fragile<java.lang.CharSequence,​java.lang.RuntimeException>
        Specified by:
        value in interface Single<java.lang.CharSequence>