blob: 1fdab0dd87e256b4097c384f6ea835ccb37b749a [file] [log] [blame]
// Copyright (c) 2022, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package j$.util.stream;
public class DoubleStream {
public static java.util.stream.DoubleStream wrap_convert(j$.util.stream.DoubleStream stream) {
return null;
}
public static j$.util.stream.DoubleStream wrap_convert(java.util.stream.DoubleStream stream) {
return null;
}
}