Interface Try.TryValueSupplier<T>

All Superinterfaces:
UnChecked.CheckedSupplier<T>
Enclosing class:
Try<T>

public static interface Try.TryValueSupplier<T>
extends UnChecked.CheckedSupplier<T>
  • Method Summary

    Modifier and Type Method Description
    T get()