Interface PortablePredicate<T>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void readExternal​(com.tangosol.io.pof.PofReader pofReader)  
      default void writeExternal​(com.tangosol.io.pof.PofWriter pofWriter)  
      • Methods inherited from interface com.tangosol.util.function.Remote.Predicate

        and, negate, or
    • Method Detail

      • readExternal

        default void readExternal​(com.tangosol.io.pof.PofReader pofReader)
                           throws IOException
        Specified by:
        readExternal in interface com.tangosol.io.pof.PortableObject
        Throws:
        IOException
      • writeExternal

        default void writeExternal​(com.tangosol.io.pof.PofWriter pofWriter)
                            throws IOException
        Specified by:
        writeExternal in interface com.tangosol.io.pof.PortableObject
        Throws:
        IOException