Class SimpleKeyTypeWithUnits<S>

    • Constructor Detail

      • SimpleKeyTypeWithUnits

        public SimpleKeyTypeWithUnits​(Units defaultUnits,
                                      scala.reflect.ClassTag<S> evidence$6,
                                      io.bullet.borer.Encoder<java.lang.Object> evidence$7,
                                      io.bullet.borer.Decoder<java.lang.Object> evidence$8)
    • Method Detail

      • make

        public Key<S> make​(java.lang.String name)
        Make a Key from provided name

        Parameters:
        name - represents keyName in Key
        Returns:
        a Key[S] with defaultUnits where S is the type of values that will sit against the key in Parameter