Interface ModuleLayerFromSingleClassLoaderDecorator.Stream

Enclosing class:
ModuleLayerFromSingleClassLoaderDecorator

@Proxied("java.util.stream.Stream") protected static interface ModuleLayerFromSingleClassLoaderDecorator.Stream
A proxy for the java.util.stream.Stream type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates an empty stream.
  • Method Details

    • empty

      @IsStatic Object empty()
      Creates an empty stream.
      Returns:
      An empty stream.