JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
eu.cloudnetservice.ext.updater
Updater
Contents
Description
Method Summary
Method Details
executeUpdates(T, boolean)
Hide sidebar
Show sidebar
Interface Updater<
T
>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
Updater<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
executeUpdates
(
T
context, boolean onlyIfRequired)
Method Details
executeUpdates
void
executeUpdates
(
@NonNull
T
context, boolean onlyIfRequired)
throws
Exception
Throws:
Exception