//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: //ORIGINAL LINE: void flush() throws Exception internal virtual void Flush() { _applier.accept(_lastIndex, _batch); _batch.Clear(); }
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: //ORIGINAL LINE: public <E extends Exception> void foreach(org.neo4j.function.ThrowingBiConsumer<String,org.neo4j.values.AnyValue,E> f) throws E public override void Foreach <E>(ThrowingBiConsumer <string, AnyValue, E> f) where E : Exception { Map.@foreach((s, anyValue) => f.accept(s, MapFunction.apply(s, anyValue))); }