Uses of Class
org.eclipse.collections.impl.block.factory.Procedures.NoopProcedure
-
Packages that use Procedures.NoopProcedure Package Description org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction,Predicate,SerializableComparatorandProcedure. -
-
Uses of Procedures.NoopProcedure in org.eclipse.collections.impl.block.factory
Methods in org.eclipse.collections.impl.block.factory that return Procedures.NoopProcedure Modifier and Type Method Description static Procedures.NoopProcedureProcedures.NoopProcedure. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Procedures.NoopProcedure[]Procedures.NoopProcedure. values()Returns an array containing the constants of this enum type, in the order they are declared.
-