Uses of Interface
com.github.andrewoma.dexx.collection.Function
Packages that use Function
Package
Description
Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.
-
Uses of Function in com.github.andrewoma.dexx.collection
Methods in com.github.andrewoma.dexx.collection with parameters of type FunctionModifier and TypeMethodDescription<U> void
<U> void
<U> void
<U> void
All collection methods can be built upon thisforEach
definition.<U> void
-
Uses of Function in com.github.andrewoma.dexx.collection.internal.base
Fields in com.github.andrewoma.dexx.collection.internal.base declared as FunctionMethods in com.github.andrewoma.dexx.collection.internal.base with parameters of type FunctionModifier and TypeMethodDescription<U> void
static <E,
U> void Constructors in com.github.andrewoma.dexx.collection.internal.base with parameters of type Function -
Uses of Function in com.github.andrewoma.dexx.collection.internal.hashmap
Methods in com.github.andrewoma.dexx.collection.internal.hashmap with parameters of type FunctionModifier and TypeMethodDescription<U> void
<U> void
<U> void
<U> void
<U> void
-
Uses of Function in com.github.andrewoma.dexx.collection.internal.redblack
Methods in com.github.andrewoma.dexx.collection.internal.redblack with parameters of type Function