Uses of Class
org.scijava.types.Nil
-
Packages that use Nil Package Description org.scijava.types This package offers type reasoning beyond only what is offered by SciJava Common'sTypesclass. -
-
Uses of Nil in org.scijava.types
Methods in org.scijava.types that return Nil Modifier and Type Method Description static <T> Nil<T>Nil. of(Class<T> rawType)static Nil<?>Nil. of(Type type)Creates aNilof the given genericType, with no extra method callbacks.static Nil<?>Nil. of(Type type, Object callbacks)Creates aNilof the givenType, with extra method callbacks contained in the specified object.
-