Example usage for java.util.stream Stream interface-usage

List of usage examples for java.util.stream Stream interface-usage

Introduction

In this page you can find the example usage for java.util.stream Stream interface-usage.

Usage

From source file io.pravega.controller.store.stream.PersistentStreamBase.java

@Slf4j
public abstract class PersistentStreamBase<T> implements Stream {

    private final String scope;
    private final String name;