Package de.scravy.bedrock
Interface Function0<R>
- All Superinterfaces:
Supplier<R>
- All Known Implementing Classes:
Box,Box.DoubleBox,Box.IntBox,Box.LongBox
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Function0<R> extends Supplier<R>