Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FailableSupplier<T>

A Supplier type that could fail (throw an exception) instead of actually supplying the value.

Type parameters

  • T

Hierarchy

  • FailableSupplier

Implemented by

Index

Properties

Properties

get

get: () => T

Supplies one value, or throws an error.

Type declaration

    • (): T
    • Returns T

Generated using TypeDoc