Interface UncheckedSupplier<T>

All Superinterfaces:
Supplier<T>

public interface UncheckedSupplier<T> extends Supplier<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    get()