Interface ActionFunction<W extends StatefulWidget<W>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <S extends StatefulWidget<S>>
ActionFunction<S>static <S extends StatefulWidget<S>>
ActionFunction<S>static <S extends StatefulWidget<S>>
ActionFunction<S>identity()
static <S extends StatefulWidget<S>>
ActionFunction<S>terminates
(boolean signal, Consumer<S> action) static <S extends StatefulWidget<S>>
ActionFunction<S>terminates
(Consumer<S> action)
-
Method Details
-
identity
-
terminates
-
terminates
static <S extends StatefulWidget<S>> ActionFunction<S> terminates(boolean signal, Consumer<S> action) -
continues
-
continues
static <S extends StatefulWidget<S>> ActionFunction<S> continues(boolean signal, Consumer<S> action) -
apply
-