Uses of Interface
org.scijava.types.Proxyable
-
Packages that use Proxyable Package Description org.scijava.types This package offers type reasoning beyond only what is offered by SciJava Common'sTypesclass. -
-
Uses of Proxyable in org.scijava.types
Classes in org.scijava.types that implement Proxyable Modifier and Type Class Description classNil<T>A "typed null" which knows its generic type, and can generate proxy objects implementing that type's interfaces, with customizable behavior per interface method via callbacks.
-