blob: 962f8d133f5d5d429d013f74ae8211923dec5e01 [file] [log] [blame]
// © 2017 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
package com.ibm.icu.impl.number;
/**
* @author sffc
*
*/
public interface MicroPropsMutator<T> {
public void mutateMicros(MicroProps micros, T value);
}