Uses of Interface
eu.bandm.tools.util.Operators.Visit
Packages that use 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
Methods in eu.bandm.tools.util that return Operators.VisitModifier 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.Methods in eu.bandm.tools.util with parameters of type Operators.VisitModifier 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> voidOperators.visit(Operators.Visit<? super X> f, Iterable<? extends X> c) Deprecated.