interface EAny : Future { void setValue(in EAny value); void insertFloat(in float value); float extractFloat(); };