- noneOrOne(Iterator<T>) - Static method in class de.flapdoodle.guava.Expectations
-
gives none if empty, one if one element, fails if more than one
- noneOrOne(Iterable<T>) - Static method in class de.flapdoodle.guava.Expectations
-
gives none if empty, one if one element, fails if more than one
- noneOrOneIfOnlyOne(Iterator<T>) - Static method in class de.flapdoodle.guava.Expectations
-
gives one, if only one value exist
gives none on everything else
- noneOrOneIfOnlyOne(Iterable<T>) - Static method in class de.flapdoodle.guava.Expectations
-
gives one, if only one value exist
gives none on everything else
- noop() - Static method in class de.flapdoodle.guava.Transformations
-
- notMatching() - Method in class de.flapdoodle.guava.Partition
-
- NoTransformation<T> - Class in de.flapdoodle.guava.functions
-
- NoTransformation() - Constructor for class de.flapdoodle.guava.functions.NoTransformation
-