Uses of Class
org.apache.commons.functor.core.NoOp
-
Packages that use NoOp Package Description org.apache.commons.functor.core Commonly used functor implementations. -
-
Uses of NoOp in org.apache.commons.functor.core
Fields in org.apache.commons.functor.core declared as NoOp Modifier and Type Field Description static NoOpNoOp. INSTANCEBasic NoOp instance.Methods in org.apache.commons.functor.core that return NoOp Modifier and Type Method Description static NoOpNoOp. instance()Get a NoOp instance.
-