Interface IterableBooleanConversion

  • All Superinterfaces:
    Conversion<java.lang.Iterable<java.lang.Boolean>,​java.lang.Boolean>, java.util.function.Function<java.lang.Iterable<java.lang.Boolean>,​java.lang.Boolean>
    All Known Implementing Classes:
    And, Or

    public interface IterableBooleanConversion
    extends Conversion<java.lang.Iterable<java.lang.Boolean>,​java.lang.Boolean>
    Reduces an iterable of Boolean into a single Boolean value. Implementations of this interface will define reduction strategies.
    • Method Summary

      • Methods inherited from interface org.tensorics.core.commons.operations.Conversion

        apply
      • Methods inherited from interface java.util.function.Function

        andThen, compose