Class And

    • Constructor Summary

      Constructors 
      Constructor Description
      And()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean apply​(java.lang.Iterable<java.lang.Boolean> booleanList)
      Has to implement the conversion logic to convert the given object into an object of type R.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • And

        public And()
    • Method Detail

      • apply

        public java.lang.Boolean apply​(java.lang.Iterable<java.lang.Boolean> booleanList)
        Description copied from interface: Conversion
        Has to implement the conversion logic to convert the given object into an object of type R.
        Specified by:
        apply in interface Conversion<java.lang.Iterable<java.lang.Boolean>,​java.lang.Boolean>
        Specified by:
        apply in interface java.util.function.Function<java.lang.Iterable<java.lang.Boolean>,​java.lang.Boolean>
        Parameters:
        booleanList - the object to convert
        Returns:
        an object of the correct return type.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object