Пример #1
0
 public FuncValue not() {
   return new FuncValue(m_params, m_function.not());
 }