JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.vladsch.flexmark.util.data
NotNullValueSupplier
Contents
Description
Method Summary
Method Details
get()
Hide sidebar
Show sidebar
Interface NotNullValueSupplier<
T
>
All Superinterfaces:
Supplier
<T>
public interface
NotNullValueSupplier<T>
extends
Supplier
<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
get
()
Method Details
get
@NotNull
T
get
()
Specified by:
get
in interface
Supplier
<
T
>