Package fj

Interface F0<A>

All Superinterfaces:
Supplier<A>
All Known Implementing Classes:
$, P1, P1.Memo, P1.ReferenceMemo, P1.SoftReferenceMemo, P1.WeakReferenceMemo
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 F0<A> extends Supplier<A>
  • Method Details