JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.vladsch.flexmark.util.data
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
>