Class CoalesceView<E>

All Implemented Interfaces:
Function<E>, Selectable<E>, Serializable

public final class CoalesceView<E> extends View<E>
See Also:
  • Method Details

    • coalesce

      public static <E> CoalesceView<E> coalesce(Function<E> parameter1, E literal)
    • coalesce

      public static <E> CoalesceView<E> coalesce(Function<E> parameter1, Function<E> parameter2, E literal)
    • coalesce

      public static <E> CoalesceView<E> coalesce(Function<E> parameter1, Function<E> parameter2)
    • getValueType

      public com.exedio.cope.SelectType<E> getValueType()
    • mapJava

      public E mapJava(Object[] sourceValues)
      Specified by:
      mapJava in class View<E>
    • append

      @Deprecated public void append(com.exedio.cope.Statement bf, Join join)
      Deprecated.