Uses of Interface
com.google.mu.util.Premise
Packages that use Premise
- 
Uses of Premise in com.google.mu.util
Methods in com.google.mu.util that return PremiseModifier and TypeMethodDescriptionOptionals.ifPresent(BiOptional<A, B> optional, CheckedBiConsumer<? super A, ? super B, E> consumer) Runsactionif the pair is present.Optionals.ifPresent(Optional<A> left, Optional<B> right, CheckedBiConsumer<? super A, ? super B, E> consumer) Invokesconsumerif bothleftandrightare present.Optionals.ifPresent(Optional<T> optional, CheckedConsumer<? super T, E> consumer) Invokesconsumerifoptionalis present.Optionals.ifPresent(OptionalDouble optional, CheckedDoubleConsumer<E> consumer) Invokesconsumerifoptionalis present.Optionals.ifPresent(OptionalInt optional, CheckedIntConsumer<E> consumer) Invokesconsumerifoptionalis present.Optionals.ifPresent(OptionalLong optional, CheckedLongConsumer<E> consumer) Invokesconsumerifoptionalis present.Premise.or(CheckedSupplier<? extends Premise, E> alternative) Evaluatesalternativeifthispremise doesn't hold.Method parameters in com.google.mu.util with type arguments of type PremiseModifier and TypeMethodDescriptionPremise.or(CheckedSupplier<? extends Premise, E> alternative) Evaluatesalternativeifthispremise doesn't hold.