Uses of Interface
de.scravy.bedrock.Function0
| Package | Description |
|---|---|
| de.scravy.bedrock |
-
Uses of Function0 in de.scravy.bedrock
Classes in de.scravy.bedrock that implement Function0 Modifier and Type Class Description classBox<T>A Box holding a mutable value.static classBox.DoubleBoxstatic classBox.IntBoxstatic classBox.LongBoxMethods in de.scravy.bedrock that return Function0 Modifier and Type Method Description default Function0<R>Function1. bind(A a)default Function0<R>Function2. bind(A a, B b)default Function0<R>Function3. bind(A a, B b, C c)default Function0<R>Function4. bind(A a, B b, C c, D d)static <R> Function0<R>Function0. from(Supplier<R> supplier)static <T> Function0<T>Control. memoizing(Supplier<T> supplier)Turns a supplier into a memoizing supplier, which invokes the actual supplier only once, caches the result, and returns that henceforth.default Function0<R>Function0. memoizing()