Uses of Interface
eu.bandm.tools.util.Operators.Visit
Package
Description
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
-
Uses of Operators.Visit in eu.bandm.tools.util
Modifier and TypeMethodDescriptionstatic <X,
Y> Operators.Visit<X> Operators.compose
(Operators.Fun<? super X, ? extends Y> f, Operators.Visit<? super Y> g) Deprecated.static <X> Operators.Visit<X>
Operators.guard
(Operators.Test<? super X> f, Operators.Visit<? super X> g) Deprecated.static <X> Operators.Visit<X>
Operators.identityVisit()
Deprecated.static <X> Operators.Visit<X>
Operators.toVisit
(Operators.Fun<? super X, ?> f) Deprecated.Modifier and TypeMethodDescriptionstatic <X,
Y> Operators.Visit<X> Operators.compose
(Operators.Fun<? super X, ? extends Y> f, Operators.Visit<? super Y> g) Deprecated.static <X> Operators.Visit<X>
Operators.guard
(Operators.Test<? super X> f, Operators.Visit<? super X> g) Deprecated.static <X> void
Operators.visit
(Operators.Visit<? super X> f, Iterable<? extends X> c) Deprecated.