Interface UnsafeSupplier

All Superinterfaces:
Supplier<sun.misc.Unsafe>
All Known Implementing Classes:
UnsafeSupplier.ForJava7

public interface UnsafeSupplier
extends Supplier<sun.misc.Unsafe>
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  UnsafeSupplier.ForJava7  
  • Method Summary

    Methods inherited from interface io.github.toolfactory.jvm.function.template.Supplier

    get